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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.