Browse Source

doc: fix default dgram multicast ttl to 1

v0.9.1-release
Shigeki Ohtsu 13 years ago
committed by Ben Noordhuis
parent
commit
4515987058
  1. 2
      doc/api/dgram.markdown

2
doc/api/dgram.markdown

@ -176,7 +176,7 @@ specifically for multicast traffic. Each router or gateway that forwards a pack
decrements the TTL. If the TTL is decremented to 0 by a router, it will not be forwarded.
The argument to `setMulticastTTL()` is a number of hops between 0 and 255. The default on most
systems is 64.
systems is 1.
### dgram.setMulticastLoopback(flag)

Loading…
Cancel
Save