From 739d5443d0d6aaf68e61446816c7d98d7fc152f5 Mon Sep 17 00:00:00 2001 From: Markus Legner Date: Wed, 22 Nov 2023 11:11:46 +0100 Subject: [PATCH] daemon: fix docstring for latencies in protobuf file --- 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.