Support multiple listening ports per listener type.
Beast input defaults to listening on both 30004 and 30104. Drop the FATSV listener entirely (use faup1090 for that) Ignore --net-beast.
This commit is contained in:
parent
1a2926b311
commit
2b466535de
11 changed files with 124 additions and 120 deletions
2
stats.c
2
stats.c
|
|
@ -155,7 +155,7 @@ void display_stats(struct stats *st) {
|
|||
printf("%u unique aircraft tracks\n", st->unique_aircraft);
|
||||
printf("%u aircraft tracks where only one message was seen\n", st->single_message_aircraft);
|
||||
|
||||
if (Modes.net && Modes.net_http_port)
|
||||
if (Modes.net)
|
||||
printf("%d HTTP requests\n", st->http_requests);
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue