From: Tobias 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-Tag: 1.4.5~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579d478c62382fd72ad4f4463ed122010d38f613;p=thirdparty%2Frrdtool-1.x.git 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 57b54b2c..56a03211 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.