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

Most upvoted comments

@nxrighthere Thanks for helping to debug the issue! I committed a fix. Please retest and reopen the issue, if the problem still persists.