Add destination type constants for packet handling in types.go
This commit is contained in:
@@ -4,6 +4,13 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Destination type constants
|
||||||
|
const (
|
||||||
|
DESTINATION_SINGLE = 0x00
|
||||||
|
DESTINATION_GROUP = 0x01
|
||||||
|
DESTINATION_PLAIN = 0x02
|
||||||
|
)
|
||||||
|
|
||||||
// Transport related types
|
// Transport related types
|
||||||
type TransportMode byte
|
type TransportMode byte
|
||||||
type PathStatus byte
|
type PathStatus byte
|
||||||
|
|||||||
Reference in New Issue
Block a user