From: Nick Mathewson Date: Wed, 30 Jan 2013 22:07:32 +0000 (-0500) Subject: Clarify documentation of connection_finished_flushing X-Git-Tag: tor-0.2.4.10-alpha~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=690ea9e8cf3b9c047484a6aea30fa94650fb66c8;p=thirdparty%2Ftor.git Clarify documentation of connection_finished_flushing --- diff --git a/src/or/connection.c b/src/or/connection.c index 3e6341b69f..10fee1248b 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -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.