This commit is contained in:
JackDoan
2026-05-14 11:43:56 -05:00
parent c61de54ec3
commit 6e1df81473

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