mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
clear unreachable flag upon succesive connect
This commit is contained in:
parent
e7157cf15e
commit
c620fc1232
4 changed files with 8 additions and 10 deletions
|
@ -55,7 +55,7 @@ namespace data
|
|||
void TunnelBuildResponse (uint8_t ret);
|
||||
void TunnelNonReplied ();
|
||||
|
||||
void Unreachable ();
|
||||
void Unreachable (bool unreachable);
|
||||
void Connected ();
|
||||
|
||||
boost::posix_time::ptime GetLastUpdateTime () const { return m_LastUpdateTime; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue