MikeWang000000 / Natter

Expose your TCP/UDP port behind full-cone NAT to the Internet.
GNU General Public License v3.0
1.31k stars 107 forks source link

[Windows] 使用 socket 转发,关闭 TCP 连接时出现 WinError 10053 #41

Closed MikeWang000000 closed 4 months ago

MikeWang000000 commented 5 months ago

使用 socket 转发,关闭 TCP 连接时出现 WinError 10053。

日志:

2024-01-12 13:38:32 [I] 
2024-01-12 13:39:41 [E] fwd-socket: socket forwarding thread is exiting: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
2024-01-12 13:39:42 [E] fwd-socket: socket forwarding thread is exiting: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
2024-01-12 13:39:42 [E] fwd-socket: socket forwarding thread is exiting: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
2024-01-12 13:40:12 [E] fwd-socket: socket forwarding thread is exiting: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
2024-01-12 13:40:17 [E] fwd-socket: socket forwarding thread is exiting: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
MikeWang000000 commented 4 months ago

Fixed by a69ec4b.