reply SYN back

This commit is contained in:
orignal 2014-08-06 22:08:57 -04:00
parent e0e27047f9
commit 1e61cb04be
2 changed files with 22 additions and 14 deletions

View file

@ -95,7 +95,7 @@ namespace stream
private:
void SendQuickAck ();
void SendQuickAck (bool syn = false);
bool SendPacket (Packet * packet);
bool SendPacket (const uint8_t * buf, size_t len);