forked from quic-go/quic-go
fix IPv4 ECN control message length on FreeBSD (#4110)
This commit is contained in:
@@ -14,7 +14,7 @@ const (
|
|||||||
ipv4PKTINFO = 0x7
|
ipv4PKTINFO = 0x7
|
||||||
)
|
)
|
||||||
|
|
||||||
const ecnIPv4DataLen = 4
|
const ecnIPv4DataLen = 1
|
||||||
|
|
||||||
const batchSize = 8
|
const batchSize = 8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user