From: oetiker Date: Tue, 9 Nov 2010 16:16:58 +0000 (+0000) Subject: cached is using tcp not udp ... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2ce2752c59cd7f46203933f2562b0c678a6435e8;p=rrdtool.git cached is using tcp not udp ... git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2144 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index 73e070b..13712df 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -50,7 +50,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.