Default to not forwarding mlat messages. Add --forward-mlat option to enable it.
This commit is contained in:
parent
e5053ac5c9
commit
45d645a864
3 changed files with 7 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ struct { // Internal state
|
|||
int net_fatsv_port; // FlightAware TSV port
|
||||
int net_sndbuf_size; // TCP output buffer size (64Kb * 2^n)
|
||||
int net_verbatim; // if true, send the original message, not the CRC-corrected one
|
||||
int forward_mlat; // allow forwarding of mlat messages to output ports
|
||||
int quiet; // Suppress stdout
|
||||
uint32_t show_only; // Only show messages from this ICAO
|
||||
int interactive; // Interactive mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue