mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Avoid mentioning ticket number in comments
This commit is contained in:
parent
9f5431c79f
commit
fbd50f5994
@ -146,8 +146,6 @@
|
||||
* EADDRINUSE.
|
||||
* 2) If so, it will close the appropriate old listener connection and
|
||||
* 3) Attempts bind()'ing the new listener socket again.
|
||||
*
|
||||
* For further information, see ticket #17873.
|
||||
*/
|
||||
#if defined(__linux__) || defined(_WIN32)
|
||||
#define ENABLE_LISTENER_REBIND
|
||||
@ -2705,8 +2703,7 @@ connection_read_proxy_handshake(connection_t *conn)
|
||||
* entry in <b>ports</b>. Add to <b>new_conns</b> new every connection we
|
||||
* launch. If we may need to perform socket rebind when creating new
|
||||
* listener that replaces old one, create a <b>listener_replacement_t</b>
|
||||
* struct for affected pair and add it to <b>replacements</b>. For more
|
||||
* information, see ticket #17873.
|
||||
* struct for affected pair and add it to <b>replacements</b>.
|
||||
*
|
||||
* If <b>control_listeners_only</b> is true, then we only open control
|
||||
* listeners, and we do not remove any noncontrol listeners from
|
||||
|
Loading…
Reference in New Issue
Block a user