Interface UdtServerChannelConfig

All Superinterfaces:
ChannelConfig, UdtChannelConfig
All Known Implementing Classes:
DefaultUdtServerChannelConfig

@Deprecated public interface UdtServerChannelConfig extends UdtChannelConfig
Deprecated.
The UDT transport is no longer maintained and will be removed.
A ChannelConfig for a UdtServerChannel.

Note that TypeUDT.DATAGRAM message oriented channels treat "receiveBufferSize" and "sendBufferSize" as maximum message size. If received or sent message does not fit specified sizes, ChannelException will be thrown.