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
Build Securely on Azure with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
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.