Table of Contents

Enum DefaultTransportMode

Namespace
Coherence.Transport
Assembly
Coherence.Common.dll

Defines the transport to be used when connecting using the default transport factory.

public enum DefaultTransportMode

Fields

TCPOnly = 2

Only TCP transport will be used.

UDPExperimental = 3

New, experimental, allocation-less UDP transport.

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.