beej
This commit is contained in:
parent
ea30db5914
commit
e50f10e87c
@ -1,5 +1,6 @@
|
|||||||
/* blackhole.c - eats incoming messages, does nothing, just for testing
|
/* blackhole.c - eats incoming messages, does nothing, just for testing
|
||||||
* @BAKE cc -O2 -std=gnu89 -Wall -Wextra -Wpedantic $@ -o $*
|
* @BAKE cc -O2 -std=gnu89 -Wall -Wextra -Wpedantic $@ -o $*
|
||||||
|
* Basically ripped from <https://beej.us/guide/bgnet/html//index.html#what-is-a-socket>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user