Skip to content

Commit a16bdf7

Browse files
mlegnerjuagargi
authored andcommitted
daemon: fix docstring for latencies in protobuf file (scionproto#4443)
Update the docstring to follow the semantics of negative means undefined.
1 parent 93acc86 commit a16bdf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proto/daemon/v1/daemon.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ message Path {
7474
// Latency lists the latencies between any two consecutive interfaces.
7575
// Entry i describes the latency between interface i and i+1.
7676
// 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.
77+
// A negative value indicates that the AS did not announce a latency for
78+
// this hop.
7879
repeated google.protobuf.Duration latency = 6;
7980
// Bandwidth lists the bandwidth between any two consecutive interfaces, in
8081
// Kbit/s.

0 commit comments

Comments
 (0)