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

This commit is contained in:
JackDoan
2026-04-17 10:25:05 -05:00
parent 4b4331ba42
commit 6a46a2913a
60 changed files with 6915 additions and 283 deletions

View File

@@ -31,7 +31,7 @@ func (NoopTun) Name() string {
return "noop"
}
func (NoopTun) Read() ([][]byte, error) {
func (NoopTun) Read() ([]tio.Packet, error) {
return nil, nil
}