mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-01 19:27:35 +03:00
fix IPv4 ECN control message length on FreeBSD (#4110)
This commit is contained in:
parent
9a397abc17
commit
2b290742f6
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