Added Broadcast listening
This commit is contained in:
parent
2fe0a11f2e
commit
d59a32e337
|
@ -78,7 +78,7 @@ namespace TYTD
|
||||||
Uri uri = new Uri(url0.Replace("+", "domain"));
|
Uri uri = new Uri(url0.Replace("+", "domain"));
|
||||||
port = (ushort)uri.Port;
|
port = (ushort)uri.Port;
|
||||||
}
|
}
|
||||||
UdpClient cl;
|
//UdpClient cl;
|
||||||
|
|
||||||
Thread t3 = new Thread(() => {
|
Thread t3 = new Thread(() => {
|
||||||
IPEndPoint end = new IPEndPoint(0, 0);
|
IPEndPoint end = new IPEndPoint(0, 0);
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue