Enum DefaultTransportMode
Defines the transport to be used when connecting using the default transport factory.
public enum DefaultTransportMode
Fields
TCPOnly = 2Only TCP transport will be used.
UDPExperimental = 3New, experimental, allocation-less UDP transport.
UDPOnly = 1Only UDP transport will be used.
UDPWithTCPFallback = 0UDP will be used as a primary transport, falling back to TCP if connection over UDP times out.