mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-23 00:44:25 +01:00
instruments
This commit is contained in:
@@ -128,6 +128,7 @@ func (w *wgDeviceWrapper) Close() error {
|
||||
|
||||
// BatchRead implements batching for multiqueue readers
|
||||
func (w *wgDeviceWrapper) BatchRead(bufs [][]byte, sizes []int) (int, error) {
|
||||
// The zero here is offset.
|
||||
return w.dev.Read(bufs, sizes, 0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user