From d1a24540e62ebb6f8e4b6f0882335a2e52a73886 Mon Sep 17 00:00:00 2001 From: JackDoan Date: Thu, 14 May 2026 11:43:56 -0500 Subject: [PATCH] snip --- overlay/device.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/overlay/device.go b/overlay/device.go index 8044ee75..cff3ac7d 100644 --- a/overlay/device.go +++ b/overlay/device.go @@ -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