From 6be428bea1091bdd9a181b49e7cf62e80168c7d2 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Thu, 21 May 2020 22:19:45 -0400 Subject: [PATCH] More comments. --- src/igate.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/igate.c b/src/igate.c index 19ba037..37cd34f 100644 --- a/src/igate.c +++ b/src/igate.c @@ -32,6 +32,8 @@ * * APRS iGate properties * http://wiki.ham.fi/APRS_iGate_properties + * (now gone but you can find a copy here:) + * https://web.archive.org/web/20120503201832/http://wiki.ham.fi/APRS_iGate_properties * * Notes to iGate developers * https://github.com/hessu/aprsc/blob/master/doc/IGATE-HINTS.md#igates-dropping-duplicate-packets-unnecessarily @@ -1536,6 +1538,10 @@ static void * igate_recv_thread (void *arg) * Duplicate removal will drop the original if there is no * corresponding digipeated version. * + * In retrospect, I don't think this was such a good idea. + * It would be of value only if there is no other IGate nearby + * that would report on the original transmission. + * *--------------------------------------------------------------------*/ static void satgate_delay_packet (packet_t pp, int chan)