.
This commit is contained in:
parent
63775723c1
commit
846c96e8d5
3 changed files with 21 additions and 3 deletions
|
@ -213,6 +213,7 @@ static void handlePacket(const int sock,const InetAddress *const ip,Packet &pkt)
|
|||
} break;
|
||||
|
||||
case Packet::VERB_MULTICAST_LIKE: {
|
||||
printf("LIKE\n");
|
||||
Mutex::Lock l(peer->multicastGroups_l);
|
||||
for(unsigned int ptr=ZT_PACKET_IDX_PAYLOAD;ptr<pkt.size();ptr+=18) {
|
||||
const uint64_t nwid = pkt.template at<uint64_t>(ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue