aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn-helper.c
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-03-14 15:16:31 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-03-14 15:16:31 +0000
commit2ebe944c1ef77807610668fefd716e2adf9a2e9a (patch)
tree6daf480262d98e324bf7710f2a11da9a158eaa18 /src/vpn/gnunet-daemon-vpn-helper.c
parent153197a8d91efea03723827c36c383be39acbff5 (diff)
downloadgnunet-2ebe944c1ef77807610668fefd716e2adf9a2e9a.tar.gz
gnunet-2ebe944c1ef77807610668fefd716e2adf9a2e9a.zip
Send TCP in both directions:
me@harga ~$ time scp philipptoelke.gnunet:tmp/file tmp/d/ file 100% 100MB 4.8MB/s 00:21 real 0m30.588s user 0m1.484s sys 0m0.386s
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn-helper.c')
-rw-r--r--src/vpn/gnunet-daemon-vpn-helper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-vpn-helper.c b/src/vpn/gnunet-daemon-vpn-helper.c
index 40cf96826..b5f83f9db 100644
--- a/src/vpn/gnunet-daemon-vpn-helper.c
+++ b/src/vpn/gnunet-daemon-vpn-helper.c
@@ -274,6 +274,9 @@ message_token (void *cls,
274 } 274 }
275 else 275 else
276 { 276 {
277 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Dropping packet. nxthdr=%d, type=%d, dpt=%x, flg=%d, ports=%x\n",
278 pkt6->ip6_hdr.nxthdr, ntohl(me->desc.service_type),
279 ntohs(pkt6_tcp->tcp_hdr.dpt), pkt6_tcp->tcp_hdr.flg, me->desc.ports);
277 GNUNET_free (cls); 280 GNUNET_free (cls);
278 cls = NULL; 281 cls = NULL;
279 } 282 }