Oude connector naast de nieuwe... poort nummer nieuwe is nu 1936!
This commit is contained in:
parent
cc1fdf7138
commit
27279d31c8
12 changed files with 1880 additions and 15 deletions
|
@ -41,7 +41,7 @@ int main(int argc, char ** argv){
|
|||
sigaction (SIGHUP, &new_action, NULL);
|
||||
sigaction (SIGTERM, &new_action, NULL);
|
||||
|
||||
server_socket = DDV_Listen(1935);
|
||||
server_socket = DDV_Listen(1936);
|
||||
if ((argc < 2) || (argv[1] == "nd")){
|
||||
if (server_socket > 0){daemon(1, 0);}else{return 1;}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue