We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66c21d commit 1b3ed76Copy full SHA for 1b3ed76
src/xmit.c
@@ -597,6 +597,11 @@ static void * xmit_thread (void *arg)
597
598
case FLAVOR_APRS_DIGI:
599
xmit_ax25_frames (chan, prio, pp, 1); /* 1 means don't bundle */
600
+ // I don't know if this in some official specification
601
+ // somewhere, but it is generally agreed that APRS digipeaters
602
+ // should send only one frame at a time rather than
603
+ // bunding multiple frames into a single transmission.
604
+ // Discussion here: http://lists.tapr.org/pipermail/aprssig_lists.tapr.org/2021-September/049034.html
605
break;
606
607
case FLAVOR_APRS_NEW:
0 commit comments