Skip to content

Commit

Permalink
daemon: fix docstring for latencies in protobuf file (scionproto#4443)
Browse files Browse the repository at this point in the history
Update the docstring to follow the semantics of negative means undefined.
  • Loading branch information
mlegner authored Nov 22, 2023
1 parent 2136a63 commit c1e1abc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/daemon/v1/daemon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ message Path {
// Latency lists the latencies between any two consecutive interfaces.
// Entry i describes the latency between interface i and i+1.
// Consequently, there are N-1 entries for N interfaces.
// 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
// this hop.
repeated google.protobuf.Duration latency = 6;
// Bandwidth lists the bandwidth between any two consecutive interfaces, in
// Kbit/s.
Expand Down

0 comments on commit c1e1abc

Please sign in to comment.