usrsctp: Client unable to connect after server startup on Windows
After the latest changes, I noticed that a client is unable to connect to a server via usrsctp_connect()
if the server was started after the client on Windows. You can verify this by simply running test programs client.exe 192.168.1.2 9 0 22222 11111
and then discard_server.exe 11111 22222
. Up-call version is affected as well. Everything works fine on Linux.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 24 (24 by maintainers)
Commits related to this issue
- Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere ... — committed to weinrank/usrsctp by tuexen 5 years ago
- MinGW Support (32bit & 64bit) (#321) * Added support for mingw64 (gcc 6.3.0) * Fixed mingw32/64 issue * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP mess... — committed to sctplab/usrsctp by weinrank 5 years ago
- MinGW Compile fix (#329) * Added support for mingw64 (gcc 6.3.0) * Fixed mingw32/64 issue * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is recei... — committed to sctplab/usrsctp by weinrank 5 years ago
- Allow ekr_loop* ports to be set via command line argument (#332) * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP soc... — committed to sctplab/usrsctp by weinrank 5 years ago
- Improved ekr_loop logging (#334) * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported ... — committed to sctplab/usrsctp by weinrank 5 years ago
- C++ compiler flags removed (#338) * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported... — committed to sctplab/usrsctp by weinrank 5 years ago
- Fuzzer integration (#356) * Cleanup of merge error * Refactor fuzzing options * merge upcall with unconnected * Update CMAKE files * sync * disable prints, enable features * move se... — committed to sctplab/usrsctp by weinrank 5 years ago
@nxrighthere Thanks for helping to debug the issue! I committed a fix. Please retest and reopen the issue, if the problem still persists.