Griffon26 / taserver

A replacement implementation of the Tribes Ascend login server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

udp proxy often reports error 10004

Griffon26 opened this issue · comments

Receive from game server failed, error 10004

Could this be causing reported packet loss?

10004 was actually the error the gameserver-to-client thread got when the gameserver socket was closed by the client-to-gameserver thread. Added some logging now to see whose connection is being closed.

So far I've only seen this with one player at one time.

Haven't seen this again.