Skip to content

Commit 6be428b

Browse files
committed
More comments.
1 parent dc40b46 commit 6be428b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/igate.c

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
*
3333
* APRS iGate properties
3434
* 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
3537
*
3638
* Notes to iGate developers
3739
* 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)
15361538
* Duplicate removal will drop the original if there is no
15371539
* corresponding digipeated version.
15381540
*
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+
*
15391545
*--------------------------------------------------------------------*/
15401546

15411547
static void satgate_delay_packet (packet_t pp, int chan)

0 commit comments

Comments
 (0)