mirror of
https://github.com/luscis/openlan.git
synced 2025-10-06 17:17:00 +08:00
10 lines
109 B
Go
Executable File
10 lines
109 B
Go
Executable File
package ss
|
|
|
|
import "time"
|
|
|
|
var config struct {
|
|
Verbose bool
|
|
UDPTimeout time.Duration
|
|
TCPCork bool
|
|
}
|