From dd946739dd5cf4c6e9f6e1d31dfbcccc937e9d4f Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 7 Sep 2013 01:41:47 +0000 Subject: * ext/socket/mkconstants.rb (TCP_FASTOPEN): Defined for TCP fast open. [ruby-core:57048] [Feature #8871] patch by Masaki Matsushita. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/socket/mkconstants.rb | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ed0950de8..d88544ba1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 7 10:40:32 2013 Tanaka Akira + + * ext/socket/mkconstants.rb (TCP_FASTOPEN): Defined for TCP fast open. + [ruby-core:57048] [Feature #8871] patch by Masaki Matsushita. + Fri Sep 6 23:53:31 2013 Masaki Matsushita * common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can't diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index f1f450d6dd..73bc9feec0 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -622,6 +622,7 @@ TCP_NOPUSH nil Don't push the last block of write TCP_QUICKACK nil Enable quickack mode TCP_SYNCNT nil Number of SYN retransmits before a connection is dropped TCP_WINDOW_CLAMP nil Clamp the size of the advertised window +TCP_FASTOPEN nil Reduce step of the handshake process UDP_CORK nil Don't send partial frames -- cgit v1.2.3