diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-27 04:55:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-27 04:55:13 +0000 |
commit | 36baf7219d458449cbbdac9b61cc34492f85fb88 (patch) | |
tree | 4b618242ed0830bdc1a7c520cf0720c35bb76988 /src/or/or.h | |
parent | efb5db449a13a6cf87799c71a84b18b144e6e163 (diff) | |
download | tor-36baf7219d458449cbbdac9b61cc34492f85fb88.tar.gz tor-36baf7219d458449cbbdac9b61cc34492f85fb88.zip |
stop most cases of hanging up on a socks connection without sending
the socks reject. audit for remaining ones. also make things more
uniform so we always remember to hold-open-until-flushed, etc.
svn:r3891
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index a38f724672..c7b30c76f0 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1308,6 +1308,7 @@ int connection_or_nonopen_was_started_here(connection_t *conn); /********************************* connection_edge.c ***************************/ +void connection_close_unattached_ap(connection_t *conn, int endreason); int connection_edge_reached_eof(connection_t *conn); int connection_edge_process_inbuf(connection_t *conn, int package_partial); int connection_edge_destroy(uint16_t circ_id, connection_t *conn); |