Generate new peer if old was bad.

This commit is contained in:
Adam Ierymenko 2021-09-20 15:12:56 -04:00
parent 104fade420
commit 262cb7a4b5

View File

@ -275,6 +275,7 @@ static void handlePacket(const int sock,const InetAddress *const ip,Packet &pkt)
return;
}
}
peer.zero();
}
}