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.tokkee.org/?a=commitdiff_plain;h=8cad804bfb146adaa761447b12bd5f71ff7de8eb;p=rrdtool-all.git rrdcached uses tcp and not udp thanks Shaun for finding this git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2141 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/doc/rrdcached.pod b/program/doc/rrdcached.pod index 57b54b2c..56a03211 100644 --- a/program/doc/rrdcached.pod +++ b/program/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.