
ConnectionTypes enumeration
Lists type of connection established with remote peer.
Remarks
Possible values for ConnectionTypes:
Constant | Value | Description |
---|---|---|
ConnectionUnspecified | 0 | Unknown connection type. |
ConnectionTCPDirect | 1 | Direct TCP connection established with remote peer. |
ConnectionUDPDirect | 2 | Direct UDP connection established with remote peer. |
ConnectionTCPRelayed | 3 | Relayed TCP connection established with remote peer. |
Platforms
WindowsMac OSX
Linux
BSD