diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-11 18:57:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-11 18:57:55 -0500 |
commit | 91d4bb0b000e1bdaf8569339a9b843c50e13e47e (patch) | |
tree | 444dd4944b9ccc70a6530bb8852bc0ec1fe8d06c /changes | |
parent | 8836c1ee2f460422a688781c79760652524c3d6e (diff) | |
parent | 0844a262a247d08673040813e2949bc0202d42e4 (diff) | |
download | tor-91d4bb0b000e1bdaf8569339a9b843c50e13e47e.tar tor-91d4bb0b000e1bdaf8569339a9b843c50e13e47e.tar.gz |
Merge branch 'bug10777_netunreach_024' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/10777_netunreach | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/10777_netunreach b/changes/10777_netunreach new file mode 100644 index 000000000..899181423 --- /dev/null +++ b/changes/10777_netunreach @@ -0,0 +1,7 @@ + - Minor bugfixes: + + - 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. + |