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

Starting the udt server in the sample section drops exception #7

Open
MiklosPathy opened this issue May 24, 2021 · 2 comments
Open

Comments

@MiklosPathy
Copy link

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

@snltty
Copy link

snltty commented Oct 5, 2021

me too,did you fix it?

@wch1618
Copy link

wch1618 commented Sep 6, 2022

I download the source code and changed from m_bRendezvous = false to m_bRendezvous = true in public UDT() of src\Core.cs, the sample work

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

No branches or pull requests

3 participants