diff --git a/ddos/server.c b/ddos/server.c --- a/ddos/server.c +++ b/ddos/server.c @@ -13,7 +13,7 @@ #include #include -int set_limit (int); +int set_proc_limit (int); int main (int argc, char **argv) { @@ -61,7 +61,7 @@ */ signal (SIGCHLD, SIG_IGN); - if (set_limit (500) != 0) { + if (set_proc_limit (200) != 0) { printf ("Cannot limit the process limit\n"); return EXIT_FAILURE; }