ConnectionManager PeerConnectFailureReason EnumerationsP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Reason for not initiating connection to peer

Namespace: sP2PLib
Assembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

Public Enumeration PeerConnectFailureReason
Members

  Member nameValueDescription
NONE0 None because it finished successfully
UNKNOWN1 The reason is unknown
PEER_NOT_FOUND2 Remote peer could not be located
TIMEOUT_EXPIRED3 Time period reserved for operation execution has expired
REFUSED_BY_PEER4 Remote peer has actively refused connection
HANDSHAKE_UNSUCCESSFUL5 Handshake operation failed
OPERATION_FORBIDEN_ON_NETWORK6 Supernode stoped operation - ususaly if application use licence expires
See Also