This enumerated type is part of the P2P Interface.
Reasons why a P2P connection was closed
Values
EOS_EConnectionClosedReason
Enumerated Value
|
Meaning
|
EOS_CCR_Unknown
|
The connection was closed for unknown reasons
|
EOS_CCR_ClosedByLocalUser
|
The connection was gracefully closed by the local user
|
EOS_CCR_ClosedByPeer
|
The connection was gracefully closed by the remote user
|
EOS_CCR_TimedOut
|
The connection timed out
|
EOS_CCR_TooManyConnections
|
The connection could not be created due to too many other connections
|
EOS_CCR_InvalidMessage
|
The remote user sent an invalid message
|
EOS_CCR_InvalidData
|
The remote user sent us invalid data
|
EOS_CCR_ConnectionFailed
|
We failed to establish a connection with the remote user
|
EOS_CCR_ConnectionClosed
|
The connection was unexpectedly closed
|
EOS_CCR_NegotiationFailed
|
We failed to negotiate a connection with the remote user
|
EOS_CCR_UnexpectedError
|
There was an unexpected error and the connection cannot continue
|
This enumerated type is part of the P2P Interface.
Reasons why a P2P connection was closed
Values
P2P.ConnectionClosedReason
Enumerated Value
|
Meaning
|
Unknown
|
The connection was closed for unknown reasons
|
ClosedByLocalUser
|
The connection was gracefully closed by the local user
|
ClosedByPeer
|
The connection was gracefully closed by the remote user
|
TimedOut
|
The connection timed out
|
TooManyConnections
|
The connection could not be created due to too many other connections
|
InvalidMessage
|
The remote user sent an invalid message
|
InvalidData
|
The remote user sent us invalid data
|
ConnectionFailed
|
We failed to establish a connection with the remote user
|
ConnectionClosed
|
The connection was unexpectedly closed
|
NegotiationFailed
|
We failed to negotiate a connection with the remote user
|
UnexpectedError
|
There was an unexpected error and the connection cannot continue
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no