]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify documentation of connection_finished_flushing
authorNick Mathewson <nickm@torproject.org>
Wed, 30 Jan 2013 22:07:32 +0000 (17:07 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 1 Feb 2013 22:10:15 +0000 (17:10 -0500)
src/or/connection.c

index 3e6341b69f3dc079c123feed7fd5c6b7c5ed7dde..10fee1248ba665b0e469fffbadb5ead162e618c9 100644 (file)
@@ -3872,8 +3872,9 @@ connection_flushed_some(connection_t *conn)
   return r;
 }
 
-/** We just finished flushing bytes from conn-\>outbuf, and there
- * are no more bytes remaining.
+/** We just finished flushing bytes to the appropriately low network layer,
+ * and there are no more bytes remaining in conn-\>outbuf, conn-\>bev, or
+ * conn-\>tls to be flushed.
  *
  * This function just passes conn to the connection-specific
  * connection_*_finished_flushing() function.