mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-23 03:17:43 +00:00
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 (
|
||||
// [linuxBatchingConn] implements [Conn].
|
||||
_ Conn = &linuxBatchingConn{}
|
||||
_ Conn = (*linuxBatchingConn)(nil)
|
||||
)
|
||||
|
||||
// linuxBatchingConn is a UDP socket that provides batched i/o. It implements
|
||||
|
Reference in New Issue
Block a user