FlagMoreFragment should be 0x1

This commit is contained in:
yusheng 2024-03-08 16:55:54 +08:00 committed by GitHub
parent 427e1a732c
commit de7ed3cfef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ const (
const (
FlagDontFragment = 1 << 1
FlagMoreFragment = 1 << 2
FlagMoreFragment = 1
)
const (