wxr
2020-11-23 d4160d80c79245c1d7d0cd450ba48cb7850e411d
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{