mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-19 07:05:28 +08:00
Refactor: new dialer impl
This commit is contained in:
7
component/dialer/sockopt_others.go
Normal file
7
component/dialer/sockopt_others.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !linux && !darwin
|
||||
|
||||
package dialer
|
||||
|
||||
func setSocketOptions(network, address string, c syscall.RawConn, opts *Options) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user