Why does SSH send 100 packets per keystroke?
The article dives into the peculiar behavior of SSH, which transmits 100 packets for every keystroke. This detail is crucial for developers, especially those working on networked games, as it can lead to performance bottlenecks. By recognizing this inefficiency, programmers can make informed decisions about optimizing their game's network code.
Additionally, the author shares how forking Go's crypto library resulted in a substantial performance boost for their game. This practical experience underscores the importance of exploring alternative libraries and methods to enhance game performance, an insight that all developers should consider in their projects.
“I made my next game twice as fast by forking go's crypto library.”
- what
- SSH sends 100 packets per keystroke.
- who
- The author of the article, a game developer.
- impact
- This behavior can lead to performance issues in networked games.
- context
- Understanding SSH's packet behavior is vital for optimizing game connectivity.
The article offers valuable insights for improving game performance.
Follow multiplayer updates
See relevant stories in your personalized news feed.
Discussion