mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2026-05-17 08:15:49 +03:00
fix: replace *net.UDPConn with UDPConn
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
package conn
|
||||
|
||||
import "net"
|
||||
|
||||
func supportsUDPOffload(_ *net.UDPConn) (txOffload, rxOffload bool) {
|
||||
func supportsUDPOffload(_ UDPConn) (txOffload, rxOffload bool) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user