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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.