Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: fix default dgram multicast ttl to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigeki Ohtsu authored and bnoordhuis committed Mar 23, 2012
1 parent 75face6 commit 4515987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.markdown
Expand Up @@ -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)

Expand Down

0 comments on commit 4515987

Please sign in to comment.