forked from quic-go/quic-go
add support for writing the ECN control message (Linux, macOS)
This commit is contained in:
@@ -14,6 +14,8 @@ const (
|
||||
ipv4PKTINFO = 0x7
|
||||
)
|
||||
|
||||
const ecnIPv4DataLen = 4
|
||||
|
||||
const batchSize = 8
|
||||
|
||||
func parseIPv4PktInfo(body []byte) (ip netip.Addr, _ uint32, ok bool) {
|
||||
|
||||
Reference in New Issue
Block a user