peer: handle ENOTFOUND.

This commit is contained in:
Christopher Jeffrey 2016-07-25 14:18:23 -07:00
parent 0dea0888e2
commit bc7b6f487b
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -203,6 +203,7 @@ Peer.prototype._init = function init() {
case 'ECONNREFUSED':
case 'EHOSTUNREACH':
case 'ENETUNREACH':
case 'ENOTFOUND':
self.ignore();
break;
}