Throw an alert when the peer address cannot be resolved during initiation.
This commit is contained in:
@@ -86,6 +86,8 @@ enum alert_t {
|
||||
ALERT_SHUTDOWN_SIGNAL,
|
||||
/** responder authentication failed, no arguments */
|
||||
ALERT_RESPONDER_AUTH_FAILED,
|
||||
/** failed to resolve peer address, no arguments */
|
||||
ALERT_PEER_ADDR_FAILED,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user