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
If i simply start the project with options "udt server 9000" it drops an exception:
Unhandled exception. System.Exception: Problem when listening with 5
---> UdtSharp.UdtException: Operation not supported: Listen/accept is not supported in rendezous connection setup
at UdtSharp.UdtUnited.listen(Int32 u, Int32 backlog) in C:\Users\mpathy\Desktop\UDT\UdtSharp-master\src\UdtUnited.cs:line 385
at UdtSharp.UdtSocket.Listen(Int32 maxConnections) in C:\Users\mpathy\Desktop\UDT\UdtSharp-master\src\UdtSocket.cs:line 56
The text was updated successfully, but these errors were encountered:
If i simply start the project with options "udt server 9000" it drops an exception:
Unhandled exception. System.Exception: Problem when listening with 5
---> UdtSharp.UdtException: Operation not supported: Listen/accept is not supported in rendezous connection setup
at UdtSharp.UdtUnited.listen(Int32 u, Int32 backlog) in C:\Users\mpathy\Desktop\UDT\UdtSharp-master\src\UdtUnited.cs:line 385
at UdtSharp.UdtSocket.Listen(Int32 maxConnections) in C:\Users\mpathy\Desktop\UDT\UdtSharp-master\src\UdtSocket.cs:line 56
The text was updated successfully, but these errors were encountered: