Packet decoder work for EXT_FRAME for bridging - GitHub issue #68

This commit is contained in:
Adam Ierymenko 2014-06-10 21:41:34 -07:00
parent d44e1349d8
commit c30f9832b0
5 changed files with 100 additions and 50 deletions

View file

@ -112,7 +112,7 @@ void Peer::receive(
}
}
if (verb == Packet::VERB_FRAME)
if ((verb == Packet::VERB_FRAME)||(verb == Packet::VERB_EXT_FRAME))
_lastUnicastFrame = now;
else if (verb == Packet::VERB_MULTICAST_FRAME)
_lastMulticastFrame = now;