use batched reads

This commit is contained in:
Marten Seemann 2020-11-04 12:33:10 +07:00
parent e9d12b7f83
commit 870c759515
7 changed files with 163 additions and 21 deletions

View file

@ -15,3 +15,5 @@ const (
msgTypeIPv4PKTINFO = unix.IP_PKTINFO
msgTypeIPv6PKTINFO = unix.IPV6_PKTINFO
)
const batchSize = 8 // needs to smaller than MaxUint8 (otherwise the type of oobConn.readPos has to be changed)