You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: