mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
fix text in function comment
(now that we moved to libevent)
This commit is contained in:
parent
5d4f43eb4a
commit
8e7226cf7f
@ -3377,8 +3377,8 @@ connection_outbuf_too_full(connection_t *conn)
|
|||||||
|
|
||||||
/** Try to flush more bytes onto <b>conn</b>-\>s.
|
/** Try to flush more bytes onto <b>conn</b>-\>s.
|
||||||
*
|
*
|
||||||
* This function gets called either from conn_write() in main.c
|
* This function gets called either from conn_write_callback() in main.c
|
||||||
* when poll() has declared that conn wants to write, or below
|
* when libevent tells us that conn wants to write, or below
|
||||||
* from connection_write_to_buf() when an entire TLS record is ready.
|
* from connection_write_to_buf() when an entire TLS record is ready.
|
||||||
*
|
*
|
||||||
* Update <b>conn</b>-\>timestamp_lastwritten to now, and call flush_buf
|
* Update <b>conn</b>-\>timestamp_lastwritten to now, and call flush_buf
|
||||||
|
Loading…
Reference in New Issue
Block a user