mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
extract address
This commit is contained in:
parent
5856310cd6
commit
68a0643310
2 changed files with 23 additions and 4 deletions
|
@ -50,11 +50,12 @@ namespace util
|
|||
void HandleRequest ();
|
||||
void HandleDestinationRequest (std::string b32);
|
||||
void FillContent (std::stringstream& s);
|
||||
|
||||
std::string ExtractAddress ();
|
||||
|
||||
private:
|
||||
|
||||
boost::asio::ip::tcp::socket * m_Socket;
|
||||
boost::array<char, 8192> m_Buffer;
|
||||
char m_Buffer[8192];
|
||||
request m_Request;
|
||||
reply m_Reply;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue