mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-11 17:47:20 +10:00
9 lines
99 B
Go
9 lines
99 B
Go
package constant
|
|
|
|
import "time"
|
|
|
|
const (
|
|
DHCPTTL = time.Hour
|
|
DHCPTimeout = 5 * time.Second
|
|
)
|