You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine("Port must be between 1 and 65535");
91
+
continue;
92
+
}
82
93
MulticastPort=enteredPort;
83
94
break;
84
95
}
@@ -160,7 +171,7 @@ public static void Listen()
160
171
varreceiveThread=newThread(Receive);
161
172
receiveThread.Start();
162
173
163
-
Console.WriteLine($"\nBound udp listener on {_bindingAddress}. Joined multicast group {MulticastAddress}. Waiting to receive data...\n");
174
+
Console.WriteLine($"\nBound udp listener on {_bindingAddress}. Joined multicast group {MulticastAddress}. Port {MulticastPort}. Waiting to receive data...\n");
0 commit comments