
States enumeration
List of possible devP2P states.
Remarks
Possible values for Protocols:
Constant | Value | Description |
---|---|---|
StateStopped | 0 | Stopped. Does not accept connections. |
StateStarted | 1 | Started and idle listening. Accepts other devP2P connections. |
StateSearching | 2 | Searching for remote devP2P peer. |
StateSearchDone | 3 | Finished searching remote peer. |
StateLinking | 4 | Attempting to link with remote devP2P peer. |
StateConnected | 5 | Connected and linked with remote devP2P peer. |
StateDisconnecting | 6 | Disconnecting from remote devP2P peer. |
StateDisconnected | 7 | Disconnected from remote peer. |
Platforms
WindowsMac OSX
Linux
BSD