mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-07 23:59:36 +08:00
reduce diff
This commit is contained in:
parent
a9bb76d6e8
commit
ca22a3cf3b
1
common.h
1
common.h
@ -43,7 +43,6 @@
|
|||||||
#if defined(__MINGW32__)
|
#if defined(__MINGW32__)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <ws2ipdef.h>
|
#include <ws2ipdef.h>
|
||||||
|
|
||||||
typedef unsigned char u_int8_t;
|
typedef unsigned char u_int8_t;
|
||||||
typedef unsigned short u_int16_t;
|
typedef unsigned short u_int16_t;
|
||||||
typedef unsigned int u_int32_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
|
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=0;
|
||||||
int lower_level_manual=0;
|
int lower_level_manual=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user