Nick Mathewson 11 роки тому
батько
коміт
0844a262a2
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      changes/10777_netunreach

+ 4 - 4
changes/10777_netunreach

@@ -1,7 +1,7 @@
   - Minor bugfixes:
 
-    - Treat ENETUNRECH at an exit node as a NOROUTE error, not an
-      INTERNAL error, since it can apparently happen when trying to
-      connect to the wrong sort of netblocks. Fixes a part of bug 10777;
-      bugfix on 0.1.0.1-rc.
+    - Treat ENETUNREACH, EACCES, and EPERM at an exit node as a
+      NOROUTE error, not an INTERNAL error, since they can apparently
+      happen when trying to connect to the wrong sort of
+      netblocks. Fixes a part of bug 10777; bugfix on 0.1.0.1-rc.