7 lines
60 B
Go
7 lines
60 B
Go
package dhcpv4
|
|
|
|
const (
|
|
ServerPort = 67
|
|
ClientPort = 68
|
|
)
|