kubo39 / bossan

high performance asynchronous rack web server
Other
28 stars 5 forks source link

Support TCP Fast Open option #18

Open kubo39 opened 11 years ago

kubo39 commented 11 years ago

TCP Fast Open is a optimization to the process of stablishing a TCP connection that allows the elimination of one round time trip (RTT) from certain kinds of TCP conversations.

Available on linux >= 3.7.1

More info: