1

Topic: UDP problem

Io,

I currently switched my ISP, but it automatically disconnects me when too many UDP hits (connecting to a srv in tw) occur on the same port.
Im wondering if this is a design issue in the teeworlds code or can't be avoided.
I have never looked into tw network code, so I'm asking. If it's a possible to fix via, I would do it myself, just wanna know if it's possible (:

2

Re: UDP problem

Connecting to a server shouldn't be a problem if the serverlist works (since that ones causes >1000 UDP packets in each direction). If it's the serverlist you can set br_max_requests to something lower. Your internet connection should be able to handle that fine though, maybe call you ISP's support line.

3

Re: UDP problem

Thx, it works (:
Seems like i got disconnected because I send stuff to too many different srvs.