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