]> git.ipfire.org Git - thirdparty/tor.git/commit
Drop the maximum attempts to get a virtual address to 1000.
authorNick Mathewson <nickm@torproject.org>
Sun, 25 Nov 2012 22:19:25 +0000 (17:19 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Dec 2012 19:51:31 +0000 (14:51 -0500)
commit4a07ea4a8c41c55ef4d8341ddf67601d3f09711a
tree050a2a73a7696419327a5ceadd9be9484bff4722
parent40a9842090fbf3ecbc155e5be11e200c9aef1a08
Drop the maximum attempts to get a virtual address to 1000.

This is good enough to give P_success >= 999,999,999/1,000,000,000 so
long as the address space is less than 97.95 full.  It'd be ridiculous
for that to happen for IPv6, and usome reasonable assumptions, it
would also be pretty silly for IPv4.
changes/ipv6_automap
src/or/addressmap.c