From 4ae9a015e0c6f38bb3230bb829c0fd34ff8c8ec7 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 15 Oct 2009 11:25:23 +0000 Subject: revert to 127.0.0.1 for local broadcast ! --- Ivy/Ivy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy') diff --git a/Ivy/Ivy.cs b/Ivy/Ivy.cs index 1946133..9ea394e 100644 --- a/Ivy/Ivy.cs +++ b/Ivy/Ivy.cs @@ -195,7 +195,7 @@ namespace IvyBus /// the port for the UDP rendez vous, if none is supplied internal const ushort DefaultPort = 2010; /// the domain for the UDP rendez vous - private static readonly string DefaultDomain = "127.255.255.255:" + DefaultPort; + private static readonly string DefaultDomain = "127.0.0.1:" + DefaultPort; internal int protocolVersion = 3; private static bool debugProtocol; // false by default runtime private static int serial; /* an unique ID for each regexp */ // 0 by default runtime -- cgit v1.1