Skip to content

Commit 1b3ed76

Browse files
committed
Add a comment about bundling multiple frames in single transmission.
1 parent b66c21d commit 1b3ed76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/xmit.c

+5
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,11 @@ static void * xmit_thread (void *arg)
597597

598598
case FLAVOR_APRS_DIGI:
599599
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
600605
break;
601606

602607
case FLAVOR_APRS_NEW:

0 commit comments

Comments
 (0)