From: oetiker Date: Tue, 2 Nov 2010 12:15:02 +0000 (+0000) Subject: rrdcached uses tcp and not udp thanks Shaun for finding this X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=e1fd8d4df5333663cdb02f558b244577f13d95aa rrdcached uses tcp and not udp thanks Shaun for finding this git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2141 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index 57b54b2..56a0321 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -52,7 +52,7 @@ For network sockets, a port may be specified by using the form CI
B<]:>I>. If the address is an IPv4 address or a fully qualified domain name (i.Ee. the address contains at least one dot (C<.>)), the square brackets can be omitted, resulting in the (simpler) -CB<:>I> pattern. The default port is B<42217/udp>. If you +CB<:>I> pattern. The default port is B<42217/tcp>. If you specify a network socket, it is mandatory to read the L section.