Open ghost opened 4 years ago
Are there hooks for getsockopt and setsockopt ? How do I do that.
Also can we access underline congestion control ? Any call backs ?
Appreciate help.
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...
Are there hooks for getsockopt and setsockopt ? How do I do that.
Also can we access underline congestion control ? Any call backs ?
Appreciate help.