UDT-Java provides a native Java implementation of the high-performance UDT network protocol. It is based on the UDT specification, compatible with the C++ reference implementation which is available from http://udt.sourceforge.net.
License
BSD LicenseFollow UDT-Java
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Unfortunately, current release unsuitable for practical use.
-
Can I bind a UDT and UDP socket as C++ version? Thank you so much!
-
Really appreciate this project, BUT! There is currently a bug at least in the snapshot where UDTInputStream.read() returns a signed byte. Needs to return 0xFF & byte instead of byte & 0xFF. This also breaks read(byte[], int, int). If you use only read(byte[]) it works fine.
-
Good one!
-
This does not work. When I observe network behavior using Wireshark it is clear that is not same as when using original c++ native library which is btw. excellent. Is there any pseudo-code graph so I could write my one implementation. I would be happy to share it.