Project

General

Profile

Actions

Feature #8897

closed

client side TCP fast open

Added by Glass_saga (Masaki Matsushita) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Target version:
[ruby-core:57138]

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

patch.diff (440 Bytes) patch.diff Glass_saga (Masaki Matsushita), 09/11/2013 11:42 PM
test.diff (1.12 KB) test.diff testcase for TCP fast open Glass_saga (Masaki Matsushita), 09/17/2013 11:48 PM

Related issues 1 (0 open1 closed)

Related to Ruby master - Feature #8871: Server side TCP fast openClosed09/07/2013Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0