Defines status codes for peer status updates.
More...
|
#define | OF_PEERSTATUS_DISCONNECTED 0 |
| The peer is disconnected and not trying to connect.
|
|
#define | OF_PEERSTATUS_CONNECTING 1 |
| The peer is connecting.
|
|
#define | OF_PEERSTATUS_CONNECTED 2 |
| The peer is connected but not yet ready.
|
|
#define | OF_PEERSTATUS_READY 3 |
| The peer is connected and ready.
|
|
#define | OF_PEERSTATUS_CLOSING 4 |
| The peer connection is closing.
|
|
#define | OF_PEERSTATUS_ERROR -1 |
| An error occurred.
|
|
Defines status codes for peer status updates.