2016-02-25 21:50:38 +01:00

10 lines
130 B
Go

package raw
const (
Version = byte(1)
AddrTypeIPv4 = byte(0x01)
AddrTypeIPv6 = byte(0x03)
AddrTypeDomain = byte(0x02)
)