Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
private_broadcast.cpp File Reference
#include <private_broadcast.h>
#include <util/check.h>
#include <algorithm>
Include dependency graph for private_broadcast.cpp:

Go to the source code of this file.

Variables

static constexpr auto STALE_DURATION {1min}
 If a transaction is not received back from the network for this duration after it is broadcast, then we consider it stale / for rebroadcasting.

Variable Documentation

◆ STALE_DURATION

auto STALE_DURATION {1min}
staticconstexpr

If a transaction is not received back from the network for this duration after it is broadcast, then we consider it stale / for rebroadcasting.

Definition at line 12 of file private_broadcast.cpp.