HDL_ON/DAL/DriverLayer/UdpSocket.cs
@@ -28,7 +28,7 @@ /// </summary> public void Start () { if (IsRunning) { if (IsRunning ) { return; } @@ -36,6 +36,7 @@ busSocket.EnableBroadcast = true; try { busSocket.Bind (new IPEndPoint (IPAddress.Any, 6000)); busSocket.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.AddMembership, new MulticastOption(IPAddress.Parse("239.0.168.188"))); } catch{