mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
503ba49b1a
commit
dd946739dd
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Sep 7 10:40:32 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* 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 <glass.saga@gmail.com>
|
||||
|
||||
* common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can't
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue