lucaspoffo / renet

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

Is there any way to easily mock latency & packet loss? #151

Open Preston-Harrison opened 4 months ago

lucaspoffo commented 4 months ago

Hey, for mocking latency and packet loss I suggest using some of this apps:

There is no built-in way to do this using the default transports. I found using this apps was good enough