[tor-commits] [tor/release-0.2.2] Fix comment for connection_edge_consider_sending_sendme
arma at torproject.org
arma at torproject.org
Fri Apr 1 14:17:54 UTC 2011
commit a86e27cf00153f4d926ac2b0974d2cceb543d673
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Mar 15 15:35:11 2011 -0400
Fix comment for connection_edge_consider_sending_sendme
---
src/or/relay.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/or/relay.c b/src/or/relay.c
index a6c2506..2510242 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -1409,8 +1409,9 @@ connection_edge_package_raw_inbuf(edge_connection_t *conn, int package_partial,
goto repeat_connection_edge_package_raw_inbuf;
}
-/** Called when we've just received a relay data cell, or when
- * we've just finished flushing all bytes to stream <b>conn</b>.
+/** Called when we've just received a relay data cell, when
+ * we've just finished flushing all bytes to stream <b>conn</b>,
+ * or when we've flushed *some* bytes to the stream <b>conn</b>.
*
* If conn->outbuf is not too full, and our deliver window is
* low, send back a suitable number of stream-level sendme cells.
More information about the tor-commits
mailing list