mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
fix IPv4 ECN control message length on FreeBSD (#4110)
This commit is contained in:
parent
f49944b737
commit
262cf0a592
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const (
|
||||||
ipv4PKTINFO = 0x7
|
ipv4PKTINFO = 0x7
|
||||||
)
|
)
|
||||||
|
|
||||||
const ecnIPv4DataLen = 4
|
const ecnIPv4DataLen = 1
|
||||||
|
|
||||||
const batchSize = 8
|
const batchSize = 8
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue