mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
Packet decoder work for EXT_FRAME for bridging - GitHub issue #68
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user