mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Vectorise reads from IPv6 RWC
This commit is contained in:
parent
0fb5d76e30
commit
c38544014c
3 changed files with 64 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue