jrouter/aurp/tickle.go

10 lines
92 B
Go
Raw Normal View History

2024-03-17 18:19:36 +11:00
package aurp
type TicklePacket struct {
Header
}
type TickleAckPacket struct {
Header
}