mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Clarify documentation of connection_finished_flushing
This commit is contained in:
parent
b442930789
commit
690ea9e8cf
1 changed files with 3 additions and 2 deletions
|
@ -3872,8 +3872,9 @@ connection_flushed_some(connection_t *conn)
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** We just finished flushing bytes from conn-\>outbuf, and there
|
/** We just finished flushing bytes to the appropriately low network layer,
|
||||||
* are no more bytes remaining.
|
* 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
|
* This function just passes conn to the connection-specific
|
||||||
* connection_*_finished_flushing() function.
|
* connection_*_finished_flushing() function.
|
||||||
|
|
Loading…
Add table
Reference in a new issue