Vectorise reads from IPv6 RWC

This commit is contained in:
Neil Alexander 2024-07-17 23:30:38 +01:00
parent 0fb5d76e30
commit c38544014c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 64 additions and 11 deletions

View file

@ -24,6 +24,7 @@ type MTU uint16
type ReadWriteCloser interface {
io.ReadWriteCloser
ReadMany([][]byte, []int, int) (int, error) // Vectorised reads
Address() address.Address
Subnet() address.Subnet
MaxMTU() uint64