forward mlat messages to Stratux
This commit is contained in:
parent
d25103361a
commit
c89930b4b9
4
net_io.c
4
net_io.c
|
|
@ -800,9 +800,7 @@ static void modesSendStratuxOutput(struct modesMessage *mm, struct aircraft *a)
|
||||||
if (mm->correctedbits >= 2)
|
if (mm->correctedbits >= 2)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Don't ever forward mlat messages via Stratux output.
|
// NOTE: mlat messages are forwarded via Stratux output.
|
||||||
if (mm->source == SOURCE_MLAT)
|
|
||||||
return;
|
|
||||||
|
|
||||||
// Don't ever send unreliable messages via Stratux output
|
// Don't ever send unreliable messages via Stratux output
|
||||||
if (!mm->reliable && !a->reliable)
|
if (!mm->reliable && !a->reliable)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue