mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-08 08:09:34 +08:00
changed a typo
This commit is contained in:
parent
d639adfbbe
commit
626926e25c
@ -67,7 +67,7 @@ ev_loop* g_default_loop;
|
|||||||
pthread_t pcap_recv_thread;
|
pthread_t pcap_recv_thread;
|
||||||
|
|
||||||
char g_packet_buf[buf_len]; //dirty code, fix it later
|
char g_packet_buf[buf_len]; //dirty code, fix it later
|
||||||
int g_packet_buf_len=1;
|
int g_packet_buf_len=-1;
|
||||||
int g_packet_buf_cnt=0;
|
int g_packet_buf_cnt=0;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user