diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-30 17:07:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-01 17:10:15 -0500 |
commit | 690ea9e8cf3b9c047484a6aea30fa94650fb66c8 (patch) | |
tree | 5168345c420a24b8df674b4ac27da04d64b01867 /src/or/connection.c | |
parent | b4429307899afd637ae33e8e6a1400f30b57085e (diff) | |
download | tor-690ea9e8cf3b9c047484a6aea30fa94650fb66c8.tar tor-690ea9e8cf3b9c047484a6aea30fa94650fb66c8.tar.gz |
Clarify documentation of connection_finished_flushing
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 3e6341b69..10fee1248 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. |