Simple-Web-Server
Simple-Web-Server copied to clipboard
Support for TCP Fastopen
I came across this article, so I'm now curious about TCP Fastopen support when 'Simple Web Server' (SWS) is used on Linux:
- Is TCP Fastopen currently supported by SWS?
- Are code changes required in SWS to support TCP Fastopen or can it work 'straight out the box'?
- Is the Boost library capable of using TCP Fastopen?
Without looking too closely on this, you can maybe use native_handle as shown here: https://stackoverflow.com/a/44308194. We could maybe add an option for this, but it would require a pull request for someone wanting to look into this:)