fill option data for SYN packet

This commit is contained in:
orignal 2014-08-07 22:03:25 -04:00
parent 968623015c
commit 20aa516121
2 changed files with 4 additions and 8 deletions

View file

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