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:
teor 2020-01-29 18:22:21 +10:00
parent 99671c0dae
commit d873674fb3
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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