Luka967 / OgarII

FOSS implementation of a private Agar.io gameserver, made with Node.js.
Other
66 stars 38 forks source link

limit protocol #18

Closed SuperOP535 closed 6 years ago

SuperOP535 commented 6 years ago

add an option for limiting protocols, there is no reason for supporting 1 million protocols when you only need one, this will also make it harder for bots

BorysDev commented 6 years ago

It wouldn't make it harder for bots tho, its not as if you're constantly switching protocols while in game.

SuperOP535 commented 6 years ago

but still

ZfsrGhS953 commented 6 years ago

@SuperOP535 I consider it a small exploit, for example someone could connect (bots) using the least efficient protocol to make the server lag.

Luka967 commented 6 years ago

listenerMinLegacyProtocol and listenerMaxLegacyProtocol upcoming in next update.