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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.