Skip to content

Commit

Permalink
daemon: fix docstring for latencies in protobuf file
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Nov 22, 2023
1 parent 2136a63 commit 739d544
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 739d544

Please sign in to comment.