We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93acc86 commit a16bdf7Copy full SHA for a16bdf7
proto/daemon/v1/daemon.proto
@@ -74,7 +74,8 @@ message Path {
74
// Latency lists the latencies between any two consecutive interfaces.
75
// Entry i describes the latency between interface i and i+1.
76
// Consequently, there are N-1 entries for N interfaces.
77
- // A 0-value indicates that the AS did not announce a latency for this hop.
+ // A negative value indicates that the AS did not announce a latency for
78
+ // this hop.
79
repeated google.protobuf.Duration latency = 6;
80
// Bandwidth lists the bandwidth between any two consecutive interfaces, in
81
// Kbit/s.
0 commit comments