Default to not forwarding mlat messages. Add --forward-mlat option to enable it.

This commit is contained in:
Oliver Jowett 2015-07-03 21:56:23 +01:00
parent e5053ac5c9
commit 45d645a864
3 changed files with 7 additions and 0 deletions

View file

@ -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