File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 32
32
*
33
33
* APRS iGate properties
34
34
* http://wiki.ham.fi/APRS_iGate_properties
35
+ * (now gone but you can find a copy here:)
36
+ * https://web.archive.org/web/20120503201832/http://wiki.ham.fi/APRS_iGate_properties
35
37
*
36
38
* Notes to iGate developers
37
39
* 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)
1536
1538
* Duplicate removal will drop the original if there is no
1537
1539
* corresponding digipeated version.
1538
1540
*
1541
+ * In retrospect, I don't think this was such a good idea.
1542
+ * It would be of value only if there is no other IGate nearby
1543
+ * that would report on the original transmission.
1544
+ *
1539
1545
*--------------------------------------------------------------------*/
1540
1546
1541
1547
static void satgate_delay_packet (packet_t pp , int chan )
You can’t perform that action at this time.
0 commit comments