Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Socket::Option support #4119

Merged
merged 7 commits into from Sep 12, 2016
Merged

Conversation

etehtsea
Copy link
Contributor

@etehtsea etehtsea commented Aug 27, 2016

This PR includes:

@etehtsea
Copy link
Contributor Author

etehtsea commented Sep 8, 2016

@headius: I need this to be merged somewhere to move on. I can retarget it to another branch if needed.

@etehtsea etehtsea changed the title Getset option linger Full Socket::Option support Sep 8, 2016
etehtsea and others added 7 commits September 8, 2016 19:19
For example:
Socket::Option.new(:UNSPEC, :SOCKET, :SO_LINGER, [0, 0].pack('i*')
Fixes jruby#3438
Covers address family, protocol family, socket type, and protocol.
For example:
Socket::Option.int(:AF_UNSPEC, :SOL_SOCKET, :LINGER, 1)
Fixes jruby#3438
Also cover socket level and socket option
@headius headius added this to the JRuby 9.1.6.0 milestone Sep 12, 2016
@headius headius merged commit bbceb69 into jruby:master Sep 12, 2016
@etehtsea etehtsea deleted the getset-option-linger branch September 12, 2016 15:44
@etehtsea
Copy link
Contributor Author

🎉🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants