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

Congestion control and setsockopt #4

Open
ghost opened this issue Apr 27, 2020 · 1 comment
Open

Congestion control and setsockopt #4

ghost opened this issue Apr 27, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 27, 2020

Are there hooks for getsockopt and setsockopt ?
How do I do that.

Also can we access underline congestion control ?
Any call backs ?

Appreciate help.

@pkit
Copy link

pkit commented Jul 23, 2021

You can use

sock = UDTSocket()
sock.UDT_CC = SomeClass

But I'm not sure if you want that. As it will expect a C++ derived class which is probably not even remotely what you want...

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

1 participant