Poging drie
This commit is contained in:
parent
c45ee6f358
commit
8c271feb87
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ FILE * CONN = 0;
|
||||||
int main(){
|
int main(){
|
||||||
|
|
||||||
//automatic child reaping
|
//automatic child reaping
|
||||||
struct sigaction sa = {.sa_handler = SIG_IGN};
|
struct sigaction sa = {sa_handler = SIG_IGN};
|
||||||
sigaction(SIGCHLD, &sa, NULL);
|
sigaction(SIGCHLD, &sa, NULL);
|
||||||
|
|
||||||
int server_socket = DDV_Listen(1935);
|
int server_socket = DDV_Listen(1935);
|
||||||
|
|
Loading…
Add table
Reference in a new issue