ChillerDragon / teeworlds_network

A teeworlds 0.7 network protocol library written in ruby
5 stars 0 forks source link

Seen keep alive more often to avoid resends #22

Open ChillerDragon opened 3 weeks ago

ChillerDragon commented 3 weeks ago

If a teeworlds server does not get its vital chunks acked within 1 second it will do a resend. This should never happen with a stable network connection. But as of right now the client does not send packets frequently enough.