Remove GetOffloadInfo() (#32)
* Remove GetOffloadInfo() * Remove GetOffloadInfo() from bind_windows as well * Allow lightweight tags to be used in the version
This commit is contained in:
parent
87d8c00f86
commit
2e7780471a
6 changed files with 1 additions and 15 deletions
|
|
@ -55,8 +55,6 @@ 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