TransportType
enum in Coherence.Transport
Defines the transport to be used when connecting using the default transport factory.
Fields
TCPOnly = 2
Only TCP transport will be used.
UDPOnly = 1
Only UDP transport will be used.
UDPWithTCPFallback = 0
UDP will be used as a primary transport, falling back to TCP if connection over UDP times out.