Actions
Feature #8897
closedclient side TCP fast open
    Feature #8897:
    client side TCP fast open
  
Description
I propose that ruby supports client side TCP fast open.
Attached patch defines Socket::MSG_FASTOPEN.
Example:
require "socket"
socket = Socket.new(Socket::AF_INET, Socket::SOCK_STREAM)
socket.send("foo", Socket::MSG_FASTOPEN, Socket.sockaddr_in(80, "localhost"))
Files
Actions
        
        
     Updated by Anonymous
          Updated by Anonymous