]> git.ipfire.org Git - thirdparty/tor.git/commit
Report EADDRNOTAVAIL and EADDRINUSE as RESOURCELIMIT
authorNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 16:31:45 +0000 (12:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 16:46:24 +0000 (12:46 -0400)
commit2b6e91c2ee4f89c0ee31c83c3a5e5414fd2b3d40
treed4fc8705f41242f0732b2b4e219978963e4f2d69
parent75fc4dbbcabaedc715f0f9e883ccab1c9634e787
Report EADDRNOTAVAIL and EADDRINUSE as RESOURCELIMIT

These errors usually mean address exhaustion; reporting them as such
lets clients adjust their load to try other exits.

Fix for bug 4710; bugfix on 0.1.0.1-rc, which started using
END_STREAM_REASON_RESOURCELIMIT.
changes/bug4710 [new file with mode: 0644]
src/or/reasons.c