connect to Charlie if RelayResponse from Bob was received before HolePunch

This commit is contained in:
orignal 2022-08-08 13:08:12 -04:00
parent b9970e1908
commit c6f898b8ca
2 changed files with 36 additions and 14 deletions

View file

@ -261,6 +261,7 @@ namespace transport
bool SendQueue (); // returns true if ack block was sent
bool SendFragmentedMessage (std::shared_ptr<I2NPMessage> msg);
void ResendHandshakePacket ();
void ConnectAfterIntroduction ();
void ProcessSessionRequest (Header& header, uint8_t * buf, size_t len);
void ProcessTokenRequest (Header& header, uint8_t * buf, size_t len);