aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-04-16 06:18:31 +0000
committerRoger Dingledine <arma@torproject.org>2003-04-16 06:18:31 +0000
commite1d37ed6abffca3bab3f43794a850709f8c4fe77 (patch)
tree30e05af65785ade5a884855474d74e17c3085c1d /src/or/test.c
parent1fa0fc14876357b7f5d36696166d33dc1159b294 (diff)
downloadtor-e1d37ed6abffca3bab3f43794a850709f8c4fe77.tar
tor-e1d37ed6abffca3bab3f43794a850709f8c4fe77.tar.gz
divorce circuit building from user connections
now we rebuild the circuit periodically (but only if it's been used), and we can further abstract it to do incremental circuit building, etc. svn:r233
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 5453f4b18..3ff3fb6f6 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -182,7 +182,7 @@ test_buffers() {
j = decompress_buf_to_buf(&buf, &buflen, &buf_datalen,
&buf2, &buf2len, &buf2_datalen,
decomp, 1);
- /*XXXX check result *
+ /*XXXX check result */
/* Now compress more, into less room. */
for (i = 0; i < 20; ++i) {