More Updates to Pull #54
Pull #54 breaks the Windows version of dump1090 due to a bug in the inet_aton() windows function. 1) Fix the bug in the windows inet_aton() 2) Modify the command line code to strdup() the command line string. 3) Leave the Modes.net_bind_address pointer NULL if no command line specified
This commit is contained in:
parent
6d55cf6f71
commit
a9cd75ded1
3 changed files with 3 additions and 5 deletions
|
|
@ -173,7 +173,6 @@
|
|||
#define MODES_NET_OUTPUT_SBS_PORT 30003
|
||||
#define MODES_NET_INPUT_BEAST_PORT 30004
|
||||
#define MODES_NET_OUTPUT_BEAST_PORT 30005
|
||||
#define MODES_NET_BIND_ADDRESS "0.0.0.0"
|
||||
#define MODES_NET_HTTP_PORT 8080
|
||||
#define MODES_CLIENT_BUF_SIZE 1024
|
||||
#define MODES_NET_SNDBUF_SIZE (1024*64)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue