1
0

dhcp.go 95 B

12345678
  1. package constant
  2. import "time"
  3. const (
  4. DHCPTTL = time.Hour
  5. DHCPTimeout = time.Minute
  6. )