mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
parent
e216651112
commit
fc6e2ead29
10 changed files with 1 additions and 94 deletions
|
@ -78,8 +78,6 @@ class RldpIn : public RldpImpl {
|
|||
td::uint64 max_answer_size) override;
|
||||
void answer_query(adnl::AdnlNodeIdShort src, adnl::AdnlNodeIdShort dst, td::Timestamp timeout,
|
||||
adnl::AdnlQueryId query_id, TransferId transfer_id, td::BufferSlice data);
|
||||
void reject_query(adnl::AdnlNodeIdShort src, adnl::AdnlNodeIdShort dst, td::Timestamp timeout,
|
||||
adnl::AdnlQueryId query_id, TransferId transfer_id);
|
||||
|
||||
void alarm_query(adnl::AdnlQueryId query_id, TransferId transfer_id);
|
||||
|
||||
|
@ -95,8 +93,6 @@ class RldpIn : public RldpImpl {
|
|||
ton_api::rldp_query &message);
|
||||
void process_message(adnl::AdnlNodeIdShort source, adnl::AdnlNodeIdShort local_id, TransferId transfer_id,
|
||||
ton_api::rldp_answer &message);
|
||||
void process_message(adnl::AdnlNodeIdShort source, adnl::AdnlNodeIdShort local_id, TransferId transfer_id,
|
||||
ton_api::rldp_queryError &message);
|
||||
void receive_message(adnl::AdnlNodeIdShort source, adnl::AdnlNodeIdShort local_id, TransferId transfer_id,
|
||||
td::BufferSlice data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue