-
- Downloads
Add flag for whether an OR conn "counts" for bootstrap tracking
We set this flag if we've launched the connection in order to satisfy an origin circuit, or when we decide the connection _would_ satisfy an origin circuit. These are the only or_connections we want to consider for bootstrapping: other or_connections are opened because of client EXTEND requests, and they may succeed or fail because of the clients' confusion or misconfiguration. Closes #25061.
Showing
- changes/ticket25061 6 additions, 0 deletionschanges/ticket25061
- src/core/or/channel.c 9 additions, 1 deletionsrc/core/or/channel.c
- src/core/or/channel.h 2 additions, 0 deletionssrc/core/or/channel.h
- src/core/or/channeltls.c 22 additions, 0 deletionssrc/core/or/channeltls.c
- src/core/or/circuitbuild.c 3 additions, 0 deletionssrc/core/or/circuitbuild.c
- src/core/or/or_connection_st.h 5 additions, 0 deletionssrc/core/or/or_connection_st.h
- src/feature/control/control_bootstrap.c 3 additions, 0 deletionssrc/feature/control/control_bootstrap.c
- src/feature/relay/circuitbuild_relay.c 1 addition, 0 deletionssrc/feature/relay/circuitbuild_relay.c
- src/test/test_channel.c 10 additions, 10 deletionssrc/test/test_channel.c
- src/test/test_circuitbuild.c 2 additions, 0 deletionssrc/test/test_circuitbuild.c
Loading
Please register or sign in to comment