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

ERL-1339: Can't start 2 dtls listener on same port with different ips #4375

Closed
OTP-Maintainer opened this issue Sep 6, 2020 · 2 comments
Closed
Labels
bug Issue is reported as a bug priority:medium team:PS Assigned to OTP team PS
Milestone

Comments

@OTP-Maintainer
Copy link

Original reporter: JIRAUSER12704
Affected version: OTP-23.0.3
Fixed in version: OTP-23.2
Component: ssl
Migrated from: https://bugs.erlang.org/browse/ERL-1339


ssl:listen(49125, [\{protocol, dtls},\{ip,{127,0,0,1}}]).

{ok,\{sslsocket,nil,...}}

ssl:listen(49125, [\{protocol, dtls},\{ip,{127,0,0,2}}]).

{error,already_listening}
@OTP-Maintainer
Copy link
Author

ingela said:

We  are working on a solution

@OTP-Maintainer
Copy link
Author

peterdmv said:

We have pushed a [fix|https://github.com/erlang/otp/commit/762187f112d9b78725124b86ca5e55c2f1e08223] to maint and it will be released in 23.2.

@OTP-Maintainer OTP-Maintainer added bug Issue is reported as a bug team:PS Assigned to OTP team PS priority:medium labels Feb 10, 2021
@OTP-Maintainer OTP-Maintainer added this to the OTP-23.2 milestone Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug priority:medium team:PS Assigned to OTP team PS
Projects
None yet
Development

No branches or pull requests

1 participant