Skip to content

Commit

Permalink
fix IPv4 ECN control message length on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 12, 2023
1 parent 49e588a commit d33ecda
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 d33ecda

Please sign in to comment.