]> git.ipfire.org Git - thirdparty/tor.git/commit
Checkpoint in-progress fixes:
authorRoger Dingledine <arma@torproject.org>
Sun, 27 Feb 2005 09:47:01 +0000 (09:47 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 27 Feb 2005 09:47:01 +0000 (09:47 +0000)
commita1f1fa6ab23dad9e9571843e106e51e13c64ae1d
treea3f1566593490019283734ff3e7215ed4dd59fa7
parent8efb2a957d8b7a59daae3927eed7d6bf0dde7ea2
Checkpoint in-progress fixes:
Add 'testing' circuit purpose, for reachability testing.
Notice when our IP changes, and reset stats.
Try to pull down a directory via Tor to see if our DirPort is working.
Try to extend a circuit back to us to see if our ORPort is working.
Only publish a descriptor if they're both reachable.

These mostly work, and I'd better get them in before I cause conflicts.

svn:r3703
src/or/circuitbuild.c
src/or/circuituse.c
src/or/config.c
src/or/directory.c
src/or/main.c
src/or/or.h
src/or/router.c
src/or/routerlist.c