summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/Ivy.cs2
1 files changed, 1 insertions, 1 deletions
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