This commit is contained in:
JackDoan
2026-05-14 11:43:56 -05:00
parent 3b1e658bef
commit d1a24540e6

View File

@@ -8,10 +8,6 @@ import (
"github.com/slackhq/nebula/routing"
)
// defaultBatchBufSize is the per-Queue scratch size for Read on backends
// that don't do TSO segmentation. 65535 covers any single IP packet.
const defaultBatchBufSize = 65535
type Device interface {
io.Closer
Activate() error