fortitudepub / vtun

VTun - Virtual Tunnel over TCP/IP network.
5 stars 1 forks source link

分支kcp根据目前的验证及分析结果,我对kcp协议的理解有误,将tun上的l3包跑在kcp上是一种错误,代码提交上来想使用kcp时参考。

VTun - Virtual Tunnel over TCP/IP network. Copyright (C) 1998-2008 Maxim Krasnyansky max_mk@yahoo.com

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).

Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.

Compilation and Installation:

In order to compile VTun you need several software packages. Required packages:

Optional packages:

To configure VTun run: ./configure Optional support: --disable-lzo compile without LZO compression support --disable-zlib compile without ZLIB compression support --disable-shaper compile without Traffic shaping support --enable-socks compile with SOCKS support

Configure automatically searches for all required library and header files. However you might need to specify location of the files which could not be found in default location: SSL(Crypto) library: --with-ssl-lib=/path/to/library (libcrypto.a) --with-ssl-headers=/path/to/headers (md5.h blowfish.h)

LZO library: --with-lzo-lib=/path/to/library (liblzo.a) --with-lzo-headers=/path/to/headers (lzo1x.h)

SOCKS library: --with-socks-lib=/path/to/library (libsocks.a or libsocks5.a)

To compile and install run: make install

Read manual page for 'vtund' and the config file example for configuration and other suggestions.

VTun has the mailing list vtun-users@lists.sourceforge.net To receive information about mailing list and how to subscribe to it, send an e-mail to vtun-users-request@lists.sourceforge.net with the word 'help' in the Subject.

If you have any suggestions, ideas, wishes send them to vtun-users@lists.sourceforge.net

Vtun (c) Maxim Krasnyansky Maintained loosely by Bishop Clark bishop@platypus.bc.ca