Skip to content

Commit

Permalink
discovery.c: set default host port to the default listening port (50000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1ycf committed Dec 29, 2021
1 parent 5e2c9ba commit ffb8a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GtkWidget *host_addr_entry;
static char host_addr_buffer[128]="g0orx.ddns.net";
char *host_addr = &host_addr_buffer[0];
GtkWidget *host_port_spinner;
gint host_port=45000;
gint host_port=50000; // default listening port
#endif

//
Expand Down

0 comments on commit ffb8a38

Please sign in to comment.