Stabyourself / nestrischamps-emulator-connector

Lua script for FCEUX, Mesen, and BIzhawk that uploads stuff to NestrisChamps
MIT License
8 stars 3 forks source link

Set "tcp-nodelay" on the socket #2

Closed gggggg-gggggg closed 3 years ago

gggggg-gggggg commented 3 years ago

This disables Nagle's algorithm[1] which clumps up the packets, which is undesirable since it results in choppy playback unless a buffer is used. [1] https://en.wikipedia.org/wiki/Nagle%27s_algorithm

Stabyourself commented 3 years ago

Oooh this is great! Thanks a lot, improves it drastically.