RakLib
RakLib copied to clipboard
Implement congestion control
Currently RakLib does not properly rate limit packet sending for sessions. This is a big problem because connections may have smaller bandwidth capability than RakLib sessions are trying to send. This causes the client to panic and flood the server with NAKs, causing the server to IP-ban the client for denial of service attack.
Generally this manifests in PM when sending resource packs or lots of chunks over bad connections resulting in an IP ban by the server.
How to fix it?
Implement congestion control
...
An age-old problem... Can anyone suggest me a solution until this problem is fixed? Please :<