.gitignore
|
Setup tun device
|
2020-06-02 13:11:31 +02:00 |
ip_header.cpp
|
Parse roughly IPv6 header
|
2020-06-05 16:18:14 +02:00 |
ip_header.hpp
|
Parse roughly IPv6 header
|
2020-06-05 16:18:14 +02:00 |
LICENSE
|
Initial commit
|
2020-06-02 11:22:28 +02:00 |
main.cpp
|
Split UdpVpn in -Client and -Server flavour
|
2020-06-05 16:19:04 +02:00 |
Makefile
|
Add VpnPacket class
|
2020-06-05 17:49:12 +02:00 |
README.md
|
Initial commit
|
2020-06-02 11:22:28 +02:00 |
TunDevice.cpp
|
TUN: set flag IFF_NO_PI
|
2020-06-05 16:13:40 +02:00 |
TunDevice.hpp
|
TunDevice: separate poll and read
|
2020-06-04 11:46:09 +02:00 |
UdpVpn.cpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
UdpVpn.hpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
UdpVpnClient.cpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
UdpVpnClient.hpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
UdpVpnServer.cpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
UdpVpnServer.hpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
util.cpp
|
Add format_address
|
2020-06-05 16:17:10 +02:00 |
util.hpp
|
Add format_address
|
2020-06-05 16:17:10 +02:00 |
VpnPacket.cpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
VpnPacket.hpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
VpnPeer.cpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |
VpnPeer.hpp
|
Switch to single connection paradigm, use TLVs.
|
2020-06-15 20:39:25 +02:00 |