mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
connection: Improve function comments
Improve the function comments on connection_finished_connecting(), to describe what the function actually does. Part of 33091.
This commit is contained in:
parent
99671c0dae
commit
d873674fb3
@ -4970,10 +4970,10 @@ connection_finished_flushing(connection_t *conn)
|
||||
}
|
||||
}
|
||||
|
||||
/** Called when our attempt to connect() to another server has just
|
||||
* succeeded.
|
||||
/** Called when our attempt to connect() to a server has just succeeded.
|
||||
*
|
||||
* This function just passes conn to the connection-specific
|
||||
* This function checks if the interface address has changed (clients only),
|
||||
* and then passes conn to the connection-specific
|
||||
* connection_*_finished_connecting() function.
|
||||
*/
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user