Add debug udp offload info
This commit is contained in:
parent
032e33f577
commit
6705978fc8
5 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue