You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Original issue reported on code.google.com by
[email protected]
on 11 Jul 2015 at 9:39The text was updated successfully, but these errors were encountered: