package constant import "time" const ( DHCPTTL = time.Hour DHCPTimeout = 5 * time.Second )