File: defaults.go

package info (click to toggle)
golang-github-insomniacslk-dhcp 0.0~git20200621.d74cd86-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,132 kB
  • sloc: makefile: 9
file content (6 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
package dhcpv4

const (
	ServerPort = 67
	ClientPort = 68
)