More comments.

This commit is contained in:
wb2osz 2020-05-21 22:19:45 -04:00
parent dc40b461d0
commit 6be428bea1
1 changed files with 6 additions and 0 deletions

View File

@ -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)