aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/tcp.h
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-06-28 12:37:43 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-06-28 12:37:43 +0000
commit7a2378763af1b240ac943a3d499f792bde48d02a (patch)
tree3df258ebddc68120950234399d28d284bc159ecf /src/vpn/tcp.h
parent0bf6a2223e06988b5c84bb110aff12150b54ed93 (diff)
downloadgnunet-7a2378763af1b240ac943a3d499f792bde48d02a.tar.gz
gnunet-7a2378763af1b240ac943a3d499f792bde48d02a.zip
vpn: tcp-natting in one direction
untested and most likly unworking code
Diffstat (limited to 'src/vpn/tcp.h')
-rw-r--r--src/vpn/tcp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vpn/tcp.h b/src/vpn/tcp.h
new file mode 100644
index 000000000..c933b1b4c
--- /dev/null
+++ b/src/vpn/tcp.h
@@ -0,0 +1,8 @@
1#ifndef _GNTUN_TCP_H_
2#define _GNTUN_TCP_H_
3
4#include "packet.h"
5
6extern void handle_tcp(struct ip6_tcp*);
7
8#endif