diff options
author | glass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-15 15:48:38 +0000 |
---|---|---|
committer | glass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-15 15:48:38 +0000 |
commit | 0e7c28a1c398ffdf3407e87403844a66459908b9 (patch) | |
tree | d0a28951caef654b0c5e19bd0e1beb0d0bd7c716 /ext | |
parent | 5d4f4c041637824f4363a22c2ef688441df9b042 (diff) |
* ext/socket/mkconstants.rb: define MSG_FASTOPEN.
[ruby-core:57138] [Feature #8897]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/socket/mkconstants.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index 73bc9feec0..d12b2a24e3 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -453,6 +453,7 @@ MSG_RST MSG_ERRQUEUE nil Fetch message from error queue MSG_NOSIGNAL nil Do not generate SIGPIPE MSG_MORE nil Sender will send more +MSG_FASTOPEN nil Reduce step of the handshake process SOL_SOCKET nil Socket-level options SOL_IP nil IP socket options |