Bitcoin Core 30.99.0
P2P Digital Currency
Variables
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. More...
 

Variable Documentation

◆ STALE_DURATION

constexpr 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.