]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment for connection_edge_consider_sending_sendme
authorNick Mathewson <nickm@torproject.org>
Tue, 15 Mar 2011 19:35:11 +0000 (15:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 15 Mar 2011 19:35:11 +0000 (15:35 -0400)
src/or/relay.c

index a6c25062a36fd8405deb78a70ee88404be164128..2510242256251f9bfdff740846b6a4b61173ef18 100644 (file)
@@ -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.