Signed-off-by: Roland Haeder <roland@mxchange.org>
const EXCEPTION_NODE_SESSION_ID_NOT_VERIFYING = 0x906;
const EXCEPTION_REQUEST_NOT_ACCEPTED = 0x907;
const EXCEPTION_DHT_BOOTSTRAP_NOT_ACCEPTED = 0x908;
- const SOCKET_ERROR_CONNECTION_RESET_BY_PEER = 0x909;
// Message status codes
const MESSAGE_STATUS_CODE_OKAY = 'OKAY';
const SOCKET_ERROR_OPERATION_ALREADY_PROGRESS = 'operation_already_progress'; // 'Operation already in progress'
const SOCKET_ERROR_RESOURCE_UNAVAILABLE = 'resource_unavailable'; // 'Resource temporary unavailable'
const SOCKET_ERROR_NO_ROUTE_TO_HOST = 'no_route_to_host'; // The name says it: no route to host
+ const SOCKET_ERROR_CONNECTION_RESET_BY_PEER = 'reset_by_peer'; // Connection reset by peer
const SOCKET_CONNECTED = 'connected'; // Nothing errorous happens, socket is connected
// - Package errors