scratchfoundation / scratch-link

Device interoperability layer for Windows and MacOS
BSD 3-Clause "New" or "Revised" License
102 stars 83 forks source link

Disable Nagle's algorithm in Fleck on Windows #157

Closed terado0618 closed 4 years ago

terado0618 commented 4 years ago

Resolves

Resolves #153

Proposed Changes

Reason for Changes

Fleck supports Nagle's algorithm to improve network efficiency but this causes bad latency. For creators and users of Scratch 3.0, I believe that low latency is more important than local network efficiency on PC.

So, I would like to propose this PR to disable Nagle's algorithm as Fleck's README mentioned at https://github.com/statianzo/Fleck#disable-nagles-algorithm.