mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Various changes after merge
This commit is contained in:
parent
2ea17ec03b
commit
29851c38ef
17 changed files with 93 additions and 56 deletions
|
|
@ -278,7 +278,11 @@ class OverlayImpl : public Overlay {
|
|||
priority_broadcast_receivers_ = std::move(nodes);
|
||||
}
|
||||
|
||||
void wait_neighbours_not_empty(td::Promise<td::Unit> promise, int max_retries = 10);
|
||||
void forget_peer(adnl::AdnlNodeIdShort peer_id) override {
|
||||
del_peer(peer_id);
|
||||
}
|
||||
|
||||
void wait_neighbours_not_empty(td::Promise<td::Unit> promise, int max_retries = 20);
|
||||
|
||||
private:
|
||||
template <class T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue