Set product in ClientHello packet to PRODUCT_CLIENT

This commit is contained in:
oSumAtrIX 2022-08-16 16:17:49 +02:00
parent 22f8aed3fc
commit e28eed5d38
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -45,7 +45,7 @@ where
let mut packet = ClientHello::new();
packet
.mut_build_info()
.set_product(protocol::keyexchange::Product::PRODUCT_PARTNER);
.set_product(protocol::keyexchange::Product::PRODUCT_CLIENT);
packet
.mut_build_info()
.set_platform(protocol::keyexchange::Platform::PLATFORM_LINUX_X86);