Reputation: 942
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.
Upvotes: 0
Views: 280
Reputation: 12351
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.
Upvotes: 0