Bump default packet version for new HMAC

This commit is contained in:
Simon Walton 2018-04-25 14:51:11 -07:00
parent 4fa11f116f
commit 66bd424ae4

View file

@ -91,7 +91,7 @@ PacketVersion versionForPacketType(PacketType packetType) {
case PacketType::Ping:
return static_cast<PacketVersion>(PingVersion::IncludeConnectionID);
default:
return 19;
return 20;
}
}