标签: python tcp udp lan
在园区网络中,无法建立TCP连接。 我已经正确设置了子网掩码,网关,防火墙等。 然后我尝试使用UDP,但仍然失败。 但是在编写以下代码时。
while True: conn.sendto(data,(ip, host))
它起作用,服务器接收数据。 但是没有while true就无法工作。
while true
我想知道为什么。