noise: add fixed value in wg header, reserved_zero:

the goal is to bypass DPI at STC

Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
HeshamTB 2024-01-01 02:49:19 +03:00
parent 6884b5c407
commit d02aab7f8c

View File

@ -53,10 +53,10 @@ const (
) )
const ( const (
MessageInitiationType = 1 MessageInitiationType = 1 + 0x40000000
MessageResponseType = 2 MessageResponseType = 2 + 0x40000000
MessageCookieReplyType = 3 MessageCookieReplyType = 3 + 0x40000000
MessageTransportType = 4 MessageTransportType = 4 + 0x40000000
) )
const ( const (