summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-12-10 08:04:50 +0000
committerRoger Dingledine <arma@torproject.org>2006-12-10 08:04:50 +0000
commite206d222970cb781280e73871a627f712be691db (patch)
treed880dd7bae405a4e0f5abcc75b21d021918a2f81 /src/or/circuitbuild.c
parent733882315d1e6064b90a5f62f0c34fdc6628e99b (diff)
downloadtor-e206d222970cb781280e73871a627f712be691db.tar.gz
tor-e206d222970cb781280e73871a627f712be691db.zip
some more cleanups and a bugfix on r9052
svn:r9062
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index cd1e952d45..cdc0b65880 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1097,11 +1097,6 @@ router_handles_some_port(routerinfo_t *router, smartlist_t *needed_ports)
return 0;
}
-/** How many circuits do we want simultaneously in-progress to handle
- * a given stream?
- */
-#define MIN_CIRCUITS_HANDLING_STREAM 2
-
static int
ap_stream_wants_exit_attention(connection_t *conn)
{