Skip to content

Commit

Permalink
Merge pull request #235 from Jongjan88/Dandelion
Browse files Browse the repository at this point in the history
Disable Dandelion
  • Loading branch information
gto90 authored Apr 14, 2024
2 parents eb94077 + af395e1 commit 61a2a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static const int64_t DEFAULT_PEER_CONNECT_TIMEOUT = 60;
/** Number of file descriptors required for message capture **/
static const int NUM_FDS_MESSAGE_CAPTURE = 1;
/** The default setting for dandelion transactions */
static const bool DEFAULT_DANDELION = true;
static const bool DEFAULT_DANDELION = false;

static const bool DEFAULT_FORCEDNSSEED = false;
static const bool DEFAULT_DNSSEED = true;
Expand Down

0 comments on commit 61a2a3e

Please sign in to comment.