barchart-udt
barchart-udt copied to clipboard
Java wrapper for native C++ UDT protocol.
Otherwise, the socket is closed and the file descriptor is freed prematurely. Due to a race condition the queues might then still be trying to use the old file descriptor...
We observe a situation where UDT completely hangs with many threads stuck waiting for the `m_ControlLock`. At this point the lock is held by the garbage collection thread (in `checkBrokenSockets`)...
solve the bug when register channl to the same selector after cancel a key, [the bug is here](https://github.com/barchart/barchart-udt/issues/80)
I'm working with barchart udt for my game server. But after some connect/disconnect, the server gone to "Too many open files" state. try lsof, I see many open file is...
When you first register a channel in the selector, the nio channel will save a key(not SelectKeyUDT).Howver the cancel of the select key is overrided by the barchart,and you will...
When I call the receiveFile method with offset different than 0, it removes all the data before the offset. Has anyone faced with this issue ? Here is my code...
My programe was working in centOS 6.8 with barchart 2.3.0,the Serversocket was binded on port 1002 and when I use the API it throw an Exeption that com.barchart.udt.ExceptionUDT: UDT Error...
hello, I try to use barchart on android but failed. could you please send me an packaged jar for android to me? thank you!
@Andrei-Pozolotin, Can you share if you have any future plan for this project?
Is there a way to however use the UDT library in combination with DTLS ?