missing some socket constants
-----------------------------
Key: JRUBY-4994
URL: http://jira.codehaus.org/browse/JRUBY-4994
Project: JRuby
Issue Type: Bug
Environment: jruby 1.5.1 (ruby 1.8.7 patchlevel 249) (2010-06-06
f3a3480) (Java HotSpot(TM) Client VM 1.6.0_18) [x86-java]
Reporter: Roger Pack
Assignee: Thomas E Enebo
with MRI (at least on windows)
irb(main):002:0> Socket.constants.grep /ip_/i
=> ["IP_MULTICAST_TTL", "IP_DEFAULT_MULTICAST_LOOP", "IP_HDRINCL",
"IP_MULTICAST_LOOP", "IP_MAX_MEMBERSHIPS", "IP_TOS", "IP_ADD_MEMBERSHIP",
"IP_TTL", "IP_DROP_MEMBERSHIP", "IP_MULTICAST_IF", "IP_DEFAULT_MULTICAST_TTL",
"IP_OPTIONS"]
with jruby:
irb(main):002:0> Socket.constants.grep /ip_/i
=> ["IP_DEFAULT_MULTICAST_TTL", "IP_MULTICAST_TTL", "IP_MULTICAST_LOOP",
"IP_ADD_MEMBERSHIP", "IP_DEFAULT_MULTICAST_LOOP", "IP_MAX_MEMBERSHIPS"]
(missing at least IP_DROP_MEMBERSHIP)
Thanks.
-r
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email