[or-cvs] tweak comment in connection_or
Roger Dingledine
arma at seul.org
Mon May 10 03:54:35 UTC 2004
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
connection_or.c
Log Message:
tweak comment in connection_or
Index: connection_or.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_or.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- connection_or.c 9 May 2004 16:47:24 -0000 1.104
+++ connection_or.c 10 May 2004 03:54:33 -0000 1.105
@@ -63,6 +63,9 @@
* begin the tls handshake if the connect succeeded.
*
* Otherwise it's in state 'open': stop writing and return.
+ *
+ * If <b>conn</b> is broken, mark it for close and return -1, else
+ * return 0.
*/
int connection_or_finished_flushing(connection_t *conn) {
int e, len=sizeof(e);
More information about the tor-commits
mailing list