peer: handle ENOTFOUND.
This commit is contained in:
parent
0dea0888e2
commit
bc7b6f487b
@ -203,6 +203,7 @@ Peer.prototype._init = function init() {
|
||||
case 'ECONNREFUSED':
|
||||
case 'EHOSTUNREACH':
|
||||
case 'ENETUNREACH':
|
||||
case 'ENOTFOUND':
|
||||
self.ignore();
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user