Added Broadcast listening

This commit is contained in:
Mike Nolan 2022-03-03 23:05:55 -06:00
parent 2fe0a11f2e
commit d59a32e337
4 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ namespace TYTD
Uri uri = new Uri(url0.Replace("+", "domain"));
port = (ushort)uri.Port;
}
UdpClient cl;
//UdpClient cl;
Thread t3 = new Thread(() => {
IPEndPoint end = new IPEndPoint(0, 0);

Binary file not shown.