hi.
root@AR:/obfstunnel# ls
COPYING obfstunnel.c README.md udpsession.c
Makefile obfstunnel.h README.zh_CN udpsession.h
root@AR:/obfstunnel# make
gcc obfstunnel.c udpsession.c -o obfstunnel -O2 -Wall
obfstunnel.c: 在函数‘ot_tunneling_tcp_server’中:
obfstunnel.c:397:13: 警告:变量‘writeb’被设定但未被使用 [-Wunused-but-set-variable]
int readb, writeb;
^
obfstunnel.c: 在函数‘ot_accept_client’中:
obfstunnel.c:661:6: 警告:变量‘flags’被设定但未被使用 [-Wunused-but-set-variable]
int flags;
^
root@AR:/obfstunnel# ls
COPYING obfstunnel obfstunnel.h README.zh_CN udpsession.h
Makefile obfstunnel.c README.md udpsession.c
root@AR:/obfstunnel#
hi.
root@AR:
/obfstunnel# ls/obfstunnel# makeCOPYING obfstunnel.c README.md udpsession.c
Makefile obfstunnel.h README.zh_CN udpsession.h
root@AR:
gcc obfstunnel.c udpsession.c -o obfstunnel -O2 -Wall
obfstunnel.c: 在函数‘ot_tunneling_tcp_server’中:
obfstunnel.c:397:13: 警告:变量‘writeb’被设定但未被使用 [-Wunused-but-set-variable]
int readb, writeb;
^
obfstunnel.c: 在函数‘ot_accept_client’中:
obfstunnel.c:661:6: 警告:变量‘flags’被设定但未被使用 [-Wunused-but-set-variable]
int flags;
^
root@AR:
/obfstunnel# ls/obfstunnel#COPYING obfstunnel obfstunnel.h README.zh_CN udpsession.h
Makefile obfstunnel.c README.md udpsession.c
root@AR: