The tcp(), tcp6(),
udp(), and udp6() drivers send
messages to another host (e.g., a syslog-ng server or relay) on the local intranet
or internet using the UDP or TCP protocol. The tcp6() and
udp6() drivers use the IPv6 network protocol.
All four drivers have a single required parameter specifying the destination host address, where messages should be sent. For the list of available optional parameters, see Section 8.2.7, “tcp(), tcp6(), udp(), and udp6()”.
The udp() and udp6() drivers
automatically send multicast packets if a multicast destination address is
specified. The tcp() and tcp6()
drivers do not support multicasting.
Declaration:
tcp(host [options]);
udp(host [options]);
tcp6(host [options]);
udp6(host [options]);
© 2007-2010 BalaBit IT Security
Please send your comments or documentation bugs to: documentation@balabit.com