lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
663 stars 68 forks source link

Simple link conditioner for testing bad connections #15

Closed Aceeri closed 2 years ago

Aceeri commented 2 years ago

Need to clean this PR up a lot, but it works at the moment.

Shatur commented 2 years ago

Why do we need this? You can use third-party applications for it, for example: https://github.com/tylertreat/comcast

Aceeri commented 2 years ago

didn't know about this, ty for link! Also found https://jagt.github.io/clumsy/ which seems to work on windows