From c1e1abc9c94ef50dd497e37f698bd7e4913a1831 Mon Sep 17 00:00:00 2001 From: Markus Legner Date: Wed, 22 Nov 2023 20:17:13 +0100 Subject: [PATCH] daemon: fix docstring for latencies in protobuf file (#4443) Update the docstring to follow the semantics of negative means undefined. --- proto/daemon/v1/daemon.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/daemon/v1/daemon.proto b/proto/daemon/v1/daemon.proto index e8b2758b2b..3fb8632000 100644 --- a/proto/daemon/v1/daemon.proto +++ b/proto/daemon/v1/daemon.proto @@ -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.