net/batching: fix compile-time assert (#16864)
Updates #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
@@ -45,7 +45,7 @@ type xnetBatchWriter interface {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// [linuxBatchingConn] implements [Conn].
|
// [linuxBatchingConn] implements [Conn].
|
||||||
_ Conn = &linuxBatchingConn{}
|
_ Conn = (*linuxBatchingConn)(nil)
|
||||||
)
|
)
|
||||||
|
|
||||||
// linuxBatchingConn is a UDP socket that provides batched i/o. It implements
|
// linuxBatchingConn is a UDP socket that provides batched i/o. It implements
|
||||||
|
|||||||
Reference in New Issue
Block a user