reduce diff

This commit is contained in:
wangyu- 2018-08-29 20:03:04 -05:00
parent a9bb76d6e8
commit ca22a3cf3b
2 changed files with 1 additions and 2 deletions

@ -43,7 +43,6 @@
#if defined(__MINGW32__)
#include <winsock2.h>
#include <ws2ipdef.h>
typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t;
typedef unsigned int u_int32_t;

@ -22,7 +22,7 @@ int filter_port=-1;
int disable_bpf_filter=0; //for test only,most time no need to disable this
u32_t bind_address_uint32=0;
//u32_t bind_address_uint32=0;
int lower_level=0;
int lower_level_manual=0;