diff options
author | Pieter Wuille <pieter@wuille.net> | 2024-01-29 14:12:14 -0500 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2024-01-29 22:48:01 -0500 |
commit | 0bef1042ce6c459acb1de965cbccd98867a417f1 (patch) | |
tree | 2a5681aa7939e317e0d2d9e43870c6a6fa221f91 /src/net.h | |
parent | 411ba32af21a56efa0a570b6aa8bf8f035410230 (diff) |
net: enable v2transport by default
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ static constexpr bool DEFAULT_FIXEDSEEDS{true}; static const size_t DEFAULT_MAXRECEIVEBUFFER = 5 * 1000; static const size_t DEFAULT_MAXSENDBUFFER = 1 * 1000; -static constexpr bool DEFAULT_V2_TRANSPORT{false}; +static constexpr bool DEFAULT_V2_TRANSPORT{true}; typedef int64_t NodeId; |