aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-17 16:39:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-17 16:39:02 +0000
commitfc865ee5b213a0ae1efe32a82d7ca74ea8d1a6ef (patch)
tree956035cbbbf3321184e27ecdc966c48630a9db4b
parent4ff43da8a5d8b41a6c12a4c761288554e8093c6e (diff)
stat
-rw-r--r--src/transport/plugin_transport_udp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 1519fb80e1..b284328c84 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1838,6 +1838,10 @@ read_process_ack (struct Plugin *plugin,
"# bytes payload transmitted via UDP",
s->frag_ctx->payload_size, GNUNET_NO);
+ GNUNET_STATISTICS_update (plugin->env->stats,
+ "# fragmented messages transmit with success via UDP",
+ 1, GNUNET_NO);
+
if (s->frag_ctx->on_wire_size >= s->frag_ctx->payload_size)
{
GNUNET_STATISTICS_update (plugin->env->stats,