diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-25 16:35:05 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-25 16:35:05 +0000 |
commit | 2276b2f9044a7a53d9058145ac9d35261524cf0a (patch) | |
tree | 92d829c5a32e7a35f165d9731a55bedd5df7e48c | |
parent | 20bb7abc6e2fa4f4e20bb77a20503222028b9d49 (diff) |
* ext/socket/mkconstants.rb: more MSG_* constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ext/socket/mkconstants.rb | 8 |
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Thu Feb 26 01:34:38 2009 Tanaka Akira <[email protected]> + + * ext/socket/mkconstants.rb: more MSG_* constants. + Thu Feb 26 00:21:21 2009 Tanaka Akira <[email protected]> * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m. diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index 1443ca5c1e..b43e95f001 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -417,6 +417,14 @@ MSG_SEND MSG_HAVEMORE MSG_RCVMORE MSG_COMPAT +MSG_PROXY +MSG_FIN +MSG_SYN +MSG_CONFIRM +MSG_RST +MSG_ERRQUEUE +MSG_NOSIGNAL +MSG_MORE SOL_SOCKET SOL_IP |