We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347734f commit 02320ecCopy full SHA for 02320ec
1 file changed
jsonapi/n1n2/radio_peer_msg.go
@@ -7,6 +7,7 @@ package n1n2
7
8
import (
9
"net/netip"
10
+ "time"
11
12
"github.com/nextmn/json-api/jsonapi"
13
)
@@ -15,4 +16,7 @@ import (
15
16
type RadioPeerMsg struct {
17
Control jsonapi.ControlURI `json:"control"`
18
Data netip.AddrPort `json:"data"`
19
+
20
+ ControlOneWayDelay time.Duration `json:"control-one-way-delay"`
21
+ DataOneWayDelay time.Duration `json:"data-one-way-delay"`
22
}
0 commit comments