diff options
author | David Goulet <dgoulet@torproject.org> | 2018-08-22 11:42:23 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-08-22 11:42:23 -0400 |
commit | e8557ba00ddbd1fa7882c937f50a8366d9d68746 (patch) | |
tree | 6ca3c5242f718e3595260c4e9e379679a93ec3e5 /src/feature/hs/hs_service.h | |
parent | 61ad81c36e46d7b05b66601520c7ff42469f24d7 (diff) | |
download | tor-e8557ba00ddbd1fa7882c937f50a8366d9d68746.tar.gz tor-e8557ba00ddbd1fa7882c937f50a8366d9d68746.zip |
hs: Change default version from 2 to 3
Closes #27215
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/hs/hs_service.h')
-rw-r--r-- | src/feature/hs/hs_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_service.h b/src/feature/hs/hs_service.h index 6ccd935512..17c654ecf4 100644 --- a/src/feature/hs/hs_service.h +++ b/src/feature/hs/hs_service.h @@ -24,7 +24,7 @@ /* When loading and configuring a service, this is the default version it will * be configured for as it is possible that no HiddenServiceVersion is * present. */ -#define HS_SERVICE_DEFAULT_VERSION HS_VERSION_TWO +#define HS_SERVICE_DEFAULT_VERSION HS_VERSION_THREE /* As described in the specification, service publishes their next descriptor * at a random time between those two values (in seconds). */ |