From 2b7bf4020fb082c1951ab12f8995cab1dd1101ff Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 25 Feb 2009 16:35:05 +0000 Subject: * ext/socket/mkconstants.rb: more MSG_* constants. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/mkconstants.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/socket') diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index 1443ca5c1..b43e95f00 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 -- cgit