mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
save router's endpoint to profile and try to use it next time without requesting introducers
This commit is contained in:
parent
a24e0eb2dc
commit
ea14b00d63
4 changed files with 56 additions and 21 deletions
|
@ -147,6 +147,7 @@ namespace transport
|
|||
void ScheduleResend (bool more);
|
||||
void HandleResendTimer (const boost::system::error_code& ecode);
|
||||
|
||||
bool CheckPendingOutgoingSession (const boost::asio::ip::udp::endpoint& ep, bool peerTest);
|
||||
void ConnectThroughIntroducer (std::shared_ptr<SSU2Session> session);
|
||||
std::vector<std::shared_ptr<SSU2Session> > FindIntroducers (int maxNumIntroducers,
|
||||
bool v4, const std::unordered_set<i2p::data::IdentHash>& excluded);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue