Skip to content

Commit

Permalink
fix IPv4 ECN control message length on FreeBSD (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 17, 2023
1 parent 9a397ab commit 2b29074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys_conn_helper_freebsd.go
Expand Up @@ -14,7 +14,7 @@ const (
ipv4PKTINFO = 0x7
)

const ecnIPv4DataLen = 4
const ecnIPv4DataLen = 1

const batchSize = 8

Expand Down

0 comments on commit 2b29074

Please sign in to comment.