process relay intro

This commit is contained in:
orignal 2014-04-08 14:03:15 -04:00
parent cbae177db4
commit 76cb75f7c0
2 changed files with 18 additions and 1 deletions

1
SSU.h
View file

@ -100,6 +100,7 @@ namespace ssu
void ProcessSessionConfirmed (uint8_t * buf, size_t len);
void SendSessionConfirmed (const uint8_t * y, const uint8_t * ourAddress, uint32_t relayTag);
void ProcessRelayResponse (uint8_t * buf, size_t len);
void ProcessRelayIntro (uint8_t * buf, size_t len);
void Established ();
void Failed ();
void HandleConnectTimer (const boost::system::error_code& ecode);