fix: replace *net.UDPConn with UDPConn

This commit is contained in:
Yaroslav Gurov
2026-01-26 15:55:01 +00:00
parent e62d4ddb16
commit 528e8aab99

View File

@@ -8,8 +8,6 @@
package conn
import "net"
func supportsUDPOffload(_ *net.UDPConn) (txOffload, rxOffload bool) {
func supportsUDPOffload(_ UDPConn) (txOffload, rxOffload bool) {
return
}