don't futher process plain Ack

This commit is contained in:
orignal 2014-08-06 15:44:00 -04:00
parent f811b19cf1
commit 15b4dfbecb
2 changed files with 10 additions and 0 deletions

View file

@ -55,6 +55,8 @@ namespace stream
uint16_t GetOptionSize () const { return be16toh (*(uint16_t *)GetOption ()); };
const uint8_t * GetOptionData () const { return GetOption () + 2; };
const uint8_t * GetPayload () const { return GetOptionData () + GetOptionSize (); };
bool IsSYN () const { return GetFlags () & PACKET_FLAG_SYNCHRONIZE; };
};
struct PacketCmp