summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2009-10-15 11:25:23 +0000
committerfcolin2009-10-15 11:25:23 +0000
commit4ae9a015e0c6f38bb3230bb829c0fd34ff8c8ec7 (patch)
treed1708d7dfe65454d46ea47b3a0c2017ea1a0b18d /Ivy
parentc463b2d4b6614e01e7bad171581362ef41c0c9b2 (diff)
downloadivy-csharp-4ae9a015e0c6f38bb3230bb829c0fd34ff8c8ec7.zip
ivy-csharp-4ae9a015e0c6f38bb3230bb829c0fd34ff8c8ec7.tar.gz
ivy-csharp-4ae9a015e0c6f38bb3230bb829c0fd34ff8c8ec7.tar.bz2
ivy-csharp-4ae9a015e0c6f38bb3230bb829c0fd34ff8c8ec7.tar.xz
revert to 127.0.0.1 for local broadcast !
Diffstat (limited to 'Ivy')
-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