-
- Downloads
Change HiddenServiceExportCircuitID to take a string parameter: the protocol.
This patch changes HiddenServiceExportCircuitID so instead of being a boolean it takes a string, which is the protocol. Currently only the 'haproxy' protocol is defined. See: https://bugs.torproject.org/4700
Showing
- doc/tor.1.txt 4 additions, 4 deletionsdoc/tor.1.txt
- src/core/or/connection_edge.c 13 additions, 7 deletionssrc/core/or/connection_edge.c
- src/core/or/connection_edge.h 6 additions, 2 deletionssrc/core/or/connection_edge.h
- src/feature/hs/hs_config.c 27 additions, 2 deletionssrc/feature/hs/hs_config.c
- src/feature/hs/hs_service.c 3 additions, 3 deletionssrc/feature/hs/hs_service.c
- src/feature/hs/hs_service.h 12 additions, 2 deletionssrc/feature/hs/hs_service.h
- src/test/test_hs_service.c 12 additions, 7 deletionssrc/test/test_hs_service.c
Loading
Please register or sign in to comment