Packet decoder work for EXT_FRAME for bridging - GitHub issue #68
This commit is contained in:
parent
d44e1349d8
commit
c30f9832b0
5 changed files with 100 additions and 50 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue