volution / kawipiko

kawipiko -- blazingly fast static HTTP server -- focused on low latency and high concurrency, by leveraging Go, `fasthttp` and the CDB embedded database
396 stars 10 forks source link

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

Open cipriancraciun opened 1 year ago

cipriancraciun commented 1 year ago

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.