replace xnet.Transport by xnet.Pipe
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user