mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +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
|
/** Called when our attempt to connect() to a server has just succeeded.
|
||||||
* 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.
|
* connection_*_finished_connecting() function.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user