GSO/GRO offloads, with TCP+ECN and UDP support

This commit is contained in:
JackDoan
2026-04-17 10:25:05 -05:00
parent e7b121c82f
commit 187afac7b5
60 changed files with 6916 additions and 284 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type Device interface {
Networks() []netip.Prefix
Name() string
RoutesFor(netip.Addr) routing.Gateways
SupportsMultiqueue() bool //todo remove?
SupportsMultiqueue() bool
NewMultiQueueReader() error
Readers() []tio.Queue
}