mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-15 18:46:52 +02:00
send recived data after address from BOB inbound connection
This commit is contained in:
parent
9328bd1caf
commit
76478ceaa2
4 changed files with 13 additions and 6 deletions
2
BOB.h
2
BOB.h
|
@ -59,6 +59,8 @@ namespace client
|
|||
boost::asio::ip::tcp::acceptor m_Acceptor;
|
||||
boost::asio::deadline_timer m_Timer;
|
||||
char m_ReceiveBuffer[BOB_COMMAND_BUFFER_SIZE + 1]; // for destination base64 address
|
||||
uint8_t * m_ReceivedData;
|
||||
size_t m_ReceivedDataLen;
|
||||
};
|
||||
|
||||
class BOBCommandChannel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue