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
|
|
@ -139,7 +139,7 @@ int main(int argc, char **argv) {
|
|||
int j;
|
||||
int stdout_option = 0;
|
||||
char *bo_connect_ipaddr = "127.0.0.1";
|
||||
int bo_connect_port = MODES_NET_OUTPUT_BEAST_PORT;
|
||||
int bo_connect_port = 30005;
|
||||
struct client *c;
|
||||
struct net_service *beast_input, *fatsv_output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue