From 4515987058427d1c55dd8712f6825b9c862367b0 Mon Sep 17 00:00:00 2001 From: Shigeki Ohtsu Date: Fri, 23 Mar 2012 18:21:53 +0900 Subject: [PATCH] doc: fix default dgram multicast ttl to 1 --- doc/api/dgram.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dgram.markdown b/doc/api/dgram.markdown index b10660a69df..6a804f7353f 100644 --- a/doc/api/dgram.markdown +++ b/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)