kawipiko icon indicating copy to clipboard operation
kawipiko copied to clipboard

Check if `TCP_NODELAY` is enabled by default on new connections

Open cipriancraciun opened this issue 2 years ago • 0 comments

As per https://withinboredom.info/blog/2022/12/29/golang-is-evil-on-shitty-networks/ it seems TCP_NODELAY is enabled by default for TCP connections (also accepted ones?). Check if this is the case with fasthttp.

cipriancraciun avatar Jan 03 '23 07:01 cipriancraciun