send recived data after address from BOB inbound connection

This commit is contained in:
orignal 2014-12-03 20:37:20 -05:00
parent 9328bd1caf
commit 76478ceaa2
4 changed files with 13 additions and 6 deletions

2
BOB.h
View file

@ -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;