mirror of https://github.com/wb2osz/direwolf.git
More comments.
This commit is contained in:
parent
dc40b461d0
commit
6be428bea1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue