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:
parent
6884b5c407
commit
d02aab7f8c
@ -53,10 +53,10 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
MessageInitiationType = 1
|
||||
MessageResponseType = 2
|
||||
MessageCookieReplyType = 3
|
||||
MessageTransportType = 4
|
||||
MessageInitiationType = 1 + 0x40000000
|
||||
MessageResponseType = 2 + 0x40000000
|
||||
MessageCookieReplyType = 3 + 0x40000000
|
||||
MessageTransportType = 4 + 0x40000000
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user