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

Added missing IPv6 methods to SecureSocketImpl #2417

Merged
merged 1 commit into from
Aug 13, 2018

Conversation

dudym
Copy link

@dudym dudym commented Aug 3, 2018

Solution for #2418
I noticed that bind6 was missing for SecureSocketImpl. Simply a matter of adding the method in a similar manner like bind. Solved it for me

@aleks-f aleks-f requested a review from roccocorsi August 4, 2018 00:24
Copy link
Contributor

@roccocorsi roccocorsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me.
Aleks should I approve it?

@aleks-f aleks-f merged commit 06d9846 into pocoproject:develop Aug 13, 2018
@amorlang
Copy link

Any idea, when this is going life?

@obiltschnig obiltschnig self-assigned this Aug 25, 2019
@obiltschnig obiltschnig added this to the Release 1.10.0 milestone Aug 25, 2019
@amorlang
Copy link

amorlang commented Aug 26, 2019

Thanks for considering this for the next release. The commit 06d9846 works on my systems like expected. For completeness sake "SecureServerSocketImpl" and "SecureSocketImpl" are lacking the bind6 function with the reuse port flag. Not a big thing.

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

Successfully merging this pull request may close these issues.

5 participants