better
This commit is contained in:
parent
8b5160375f
commit
69c80c9f27
2 changed files with 5 additions and 1 deletions
|
|
@ -1,8 +1,12 @@
|
|||
#include <af_common.h>
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int port = 0;
|
||||
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
net_start(port);
|
||||
|
||||
net_loop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue