无法在局域网中建立TCP UDP连接

时间:2018-11-27 15:03:06

标签: python tcp udp lan

在园区网络中,无法建立TCP连接。 我已经正确设置了子网掩码,网关,防火墙等。 然后我尝试使用UDP,但仍然失败。 但是在编写以下代码时。

while True:
    conn.sendto(data,(ip, host))

它起作用,服务器接收数据。 但是没有while true就无法工作。

我想知道为什么。

0 个答案:

没有答案