mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-06-07 22:03:44 +02:00
warning about 2 junk sizes not implemented
Signed-off-by: Mark Puha <marko10@inf.elte.hu>
This commit is contained in:
parent
84cb7b4b61
commit
999cc3212d
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ func init() {
|
|||
MaxSegmentSize,
|
||||
)
|
||||
}
|
||||
if UnderLoadPacketJunkSize != 0 || TransportPacketJunkSize != 0 {
|
||||
log.Fatal(
|
||||
`UnderLoadPacketJunkSize and TransportPacketJunkSize;
|
||||
are currently unimplemented and should be left 0`,
|
||||
)
|
||||
}
|
||||
} else {
|
||||
if InitPacketJunkSize != 0 ||
|
||||
ResponsePacketJunkSize != 0 ||
|
||||
|
|
Loading…
Add table
Reference in a new issue