aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-03-24 16:58:47 +0000
committerBart Polot <bart@net.in.tum.de>2011-03-24 16:58:47 +0000
commitbacb370f3e767d8751cfc6bf5979fc362067c4d2 (patch)
tree2e58cbcffd8aa311d46cca770c11ebdcc1f60efa /src/vpn
parentb4aca84b5f56359a4da2b2989c0550bbd21b7457 (diff)
downloadgnunet-bacb370f3e767d8751cfc6bf5979fc362067c4d2.tar.gz
gnunet-bacb370f3e767d8751cfc6bf5979fc362067c4d2.zip
Fixed doxygen complaints
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-daemon-exit.c2
-rw-r--r--src/vpn/gnunet-daemon-vpn.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index c30a74e85..d9ecaab74 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -245,6 +245,7 @@ udp_from_helper (struct udp_pkt *udp, unsigned char *dadr, size_t addrlen,
245 42, 245 42,
246 GNUNET_TIME_relative_divide 246 GNUNET_TIME_relative_divide
247 (GNUNET_CONSTANTS_MAX_CORK_DELAY, 2), 247 (GNUNET_CONSTANTS_MAX_CORK_DELAY, 2),
248 (const struct GNUNET_PeerIdentity *)NULL,
248 len, send_udp_to_peer_notify_callback, 249 len, send_udp_to_peer_notify_callback,
249 msg); 250 msg);
250} 251}
@@ -306,6 +307,7 @@ tcp_from_helper (struct tcp_pkt *tcp, unsigned char *dadr, size_t addrlen,
306 42, 307 42,
307 GNUNET_TIME_relative_divide 308 GNUNET_TIME_relative_divide
308 (GNUNET_CONSTANTS_MAX_CORK_DELAY, 2), 309 (GNUNET_CONSTANTS_MAX_CORK_DELAY, 2),
310 (const struct GNUNET_PeerIdentity *)NULL,
309 len, send_udp_to_peer_notify_callback, 311 len, send_udp_to_peer_notify_callback,
310 msg); 312 msg);
311} 313}
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index e57a5bf23..f759e35cf 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -176,6 +176,7 @@ send_pkt_to_peer (void *cls,
176 GNUNET_NO, 176 GNUNET_NO,
177 42, 177 42,
178 GNUNET_TIME_relative_divide(GNUNET_CONSTANTS_MAX_CORK_DELAY, 2), 178 GNUNET_TIME_relative_divide(GNUNET_CONSTANTS_MAX_CORK_DELAY, 2),
179 (const struct GNUNET_PeerIdentity *)NULL,
179 ntohs(hdr->size), 180 ntohs(hdr->size),
180 send_pkt_to_peer_notify_callback, 181 send_pkt_to_peer_notify_callback,
181 cls); 182 cls);