status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/docs/chronos
Apache License 2.0
353 stars 51 forks source link

Enable TCP client to enable TCP_NODELAY #340

Closed Menduist closed 1 year ago

Menduist commented 1 year ago

That's probably not the proper way to do it, but currently, TCP_NODELAY can only be enabled on the server, not on the client