mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/mkconstants.rb (SOMAXCONN): defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b1956f058f
commit
6d39bc3189
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jan 20 01:15:27 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/socket/mkconstants.rb (SOMAXCONN): defined.
|
||||
|
||||
Mon Jan 19 22:31:35 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/socket/mkconstants.rb: use erb for generating code.
|
||||
|
|
|
@ -607,3 +607,5 @@ IPV6_USE_MIN_MTU
|
|||
|
||||
INET_ADDRSTRLEN
|
||||
INET6_ADDRSTRLEN
|
||||
|
||||
SOMAXCONN
|
||||
|
|
Loading…
Add table
Reference in a new issue