From 98ec8c65d4c2726a7ad76c579d21bac2244d2e83 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/proto/daemon/v1/daemon.proto b/proto/daemon/v1/daemon.proto index e8b2758b2b..47d321dfd6 100644 --- a/proto/daemon/v1/daemon.proto +++ b/proto/daemon/v1/daemon.proto @@ -71,10 +71,11 @@ message Path { uint32 mtu = 4; // The point in time when this path expires. In seconds since UNIX epoch. google.protobuf.Timestamp expiration = 5; - // 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. + // 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 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.