test: remove unnecessary WS2tcpip.h includes
This commit is contained in:
parent
d76556797d
commit
98fc483e76
@ -17,8 +17,6 @@
|
||||
#include "wepoll.h"
|
||||
#include "win.h"
|
||||
|
||||
#include <WS2tcpip.h>
|
||||
|
||||
static SOCKET create_and_add_socket(HANDLE ephnd, int events) {
|
||||
SOCKET sock;
|
||||
struct epoll_event ev;
|
||||
|
||||
@ -9,8 +9,6 @@
|
||||
#include "wepoll.h"
|
||||
#include "win.h"
|
||||
|
||||
#include <WS2tcpip.h>
|
||||
|
||||
#define NUM_SOCKETS 10000
|
||||
#define RUN_TIME 5000
|
||||
#define PRINT_INTERVAL 500
|
||||
|
||||
@ -9,8 +9,6 @@
|
||||
#include "wepoll.h"
|
||||
#include "win.h"
|
||||
|
||||
#include <WS2tcpip.h>
|
||||
|
||||
#define PORT_COUNT 10
|
||||
#define THREADS_PER_PORT 10
|
||||
|
||||
|
||||
@ -6,8 +6,6 @@
|
||||
#include "wepoll.h"
|
||||
#include "win.h"
|
||||
|
||||
#include <WS2tcpip.h>
|
||||
|
||||
int tcp_socketpair(SOCKET socks[2]) {
|
||||
SOCKET listen_sock;
|
||||
struct sockaddr_in addr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user