summaryrefslogtreecommitdiff
path: root/IvyPPC/IvyWatcher.cs
diff options
context:
space:
mode:
authorfcolin2007-02-05 09:03:07 +0000
committerfcolin2007-02-05 09:03:07 +0000
commit9faf3708bd1188de84ccf33c400bfdceefc7fd1b (patch)
treebd3b20d16db7be4d3e52c1dc3903125a7403fa5f /IvyPPC/IvyWatcher.cs
parent323d81860b443cac4d9367fa2efa8cae8028615f (diff)
downloadivy-csharp-9faf3708bd1188de84ccf33c400bfdceefc7fd1b.zip
ivy-csharp-9faf3708bd1188de84ccf33c400bfdceefc7fd1b.tar.gz
ivy-csharp-9faf3708bd1188de84ccf33c400bfdceefc7fd1b.tar.bz2
ivy-csharp-9faf3708bd1188de84ccf33c400bfdceefc7fd1b.tar.xz
maintenance SVN /sourceSafe
Diffstat (limited to 'IvyPPC/IvyWatcher.cs')
-rw-r--r--IvyPPC/IvyWatcher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/IvyPPC/IvyWatcher.cs b/IvyPPC/IvyWatcher.cs
index 5a3afc8..092de81 100644
--- a/IvyPPC/IvyWatcher.cs
+++ b/IvyPPC/IvyWatcher.cs
@@ -63,7 +63,7 @@ namespace IvyBus
byte[] addr = group.GetAddressBytes();
if ((addr[0] & 0xf0) == 0xe0)
{
- broadcast.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.AddMembership, new MulticastOption( group ));
+ broadcast.SetSocketOption(SocketOptionLevel.Udp, SocketOptionName.AddMembership, new MulticastOption( group ));
}
// TODO support the Two protocol
if (bus.protocolVersion == 4)