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

Cannot bind to loopback address (127.0.0.1 or ::1) on Windows #22

Open
GoogleCodeExporter opened this issue Jul 18, 2015 · 3 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
Just bind to a loopback address.

What is the expected output? What do you see instead?
It failed with errno set to EADDRNOTAVAIL.

What version of the product are you using? On what operating system?
r9298, Windows 7 x64 (the library is compiled into x86)

Please provide any additional information below.

I think it failed because no interface could be found with a loopback address 
on Windows.
I took a look into the code and found that the function returns at 
sctp_pcb.c:3752.

Original issue reported on code.google.com by [email protected] on 11 Jul 2015 at 9:39

@swordfeng
Copy link

Good export to github.
I just want to know whether this is solveavle, in the usrsctp stack.
If it is not, well, that's not a big problem. But I'll feel uncomfortable, as I must provide a different setting for Windows.

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

No branches or pull requests

2 participants