replace xnet.Transport by xnet.Pipe

This commit is contained in:
ginuerzh
2025-07-28 20:52:15 +08:00
parent 35a049fb03
commit 208d18125c
52 changed files with 468 additions and 104 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
//go:build !linux && !windows && !darwin
//go:build !unix && !windows
package dialer
func bindDevice(network string, fd uintptr, ifceName string) error {
func bindDevice(network, address string, fd uintptr, ifceName string) error {
return nil
}