Add debug udp offload info

This commit is contained in:
albexk 2024-02-10 17:47:33 +03:00 committed by pokamest
parent 032e33f577
commit 6705978fc8
5 changed files with 14 additions and 0 deletions

View file

@ -55,6 +55,8 @@ type Bind interface {
// BatchSize is the number of buffers expected to be passed to
// the ReceiveFuncs, and the maximum expected to be passed to SendBatch.
BatchSize() int
GetOffloadInfo() string
}
// BindSocketToInterface is implemented by Bind objects that support being