crip/ripv2/constants.go

8 lines
57 B
Go
Raw Normal View History

2024-04-09 22:20:07 +01:00
package ripv2
const (
ZERO = iota
REQUEST
RESPONSE
)