aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-25 15:13:00 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-25 15:13:00 +0000
commit86d07616fcf20cb2d10d9ebe9e0d695d7a727a10 (patch)
tree532c190ad52a4e67c7dcebc8327425750e2851a5 /src/transport/plugin_transport_wlan.c
parent2b4ae5504a5a14f0308c54f083df789bae69bea2 (diff)
downloadgnunet-86d07616fcf20cb2d10d9ebe9e0d695d7a727a10.tar.gz
gnunet-86d07616fcf20cb2d10d9ebe9e0d695d7a727a10.zip
workaround
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index ccf5d587c..3e8cd50e2 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -861,7 +861,7 @@ send_with_fragmentation (struct MacEndpoint *endpoint,
861 fm->fragcontext = 861 fm->fragcontext =
862 GNUNET_FRAGMENT_context_create (plugin->env->stats, WLAN_MTU, 862 GNUNET_FRAGMENT_context_create (plugin->env->stats, WLAN_MTU,
863 &plugin->tracker, 863 &plugin->tracker,
864 GNUNET_TIME_UNIT_SECONDS, 864 GNUNET_TIME_UNIT_MILLISECONDS,
865 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 865 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS,
866 100), 866 100),
867 msg, 867 msg,