From 9c1fad10a9e9268a8e3370bbaba485b4ec917001 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 3 Mar 2016 22:03:31 -0800 Subject: [PATCH] Mention hop limits. --- adsbus/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/adsbus/README.md b/adsbus/README.md index 85ca754..a2da126 100644 --- a/adsbus/README.md +++ b/adsbus/README.md @@ -46,6 +46,7 @@ make * Data flow features: * Rapid detection and disconnection of receive <-> receive connections * Less rapid detection and disconnection of send <-> send connections + * Hop counting and limits (json and proto formats only) to stop infinite routing loops * Format features: * Autodetection of received data format * [MLAT](https://en.wikipedia.org/wiki/Multilateration) scaling for different clock rates and counter bit widths