I'd like to use Netty's implementation of UDT on a Blocking IO Channel. I already have a working NIO UDT implementation where Netty have a proper channels on NIO. I couldn't find an appropriate channel for OIO, It would be great if someone help me with a proper Blocking IO UDT channel in Netty.
Asked
Active
Viewed 277 times
1 Answers
0
There is no blocking UDT transport in Netty. If there is a good reason to add the old-I/O UDT transport, please let us know.

trustin
- 12,231
- 6
- 42
- 52