mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
.
This commit is contained in:
parent
942ab6fd95
commit
13036a1085
1 changed files with 13 additions and 12 deletions
|
@ -1,6 +1,8 @@
|
|||
/* A simple http server for performance test.
|
||||
Copyright (C) 2013 Sun, Junyi <ccnusjy@gmail.com> */
|
||||
|
||||
/* https://github.com/fxsjy/httpstub */
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
|
@ -538,4 +540,3 @@ static void * handle_io_loop(void *param)
|
|||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue