[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r24371 - gnunet/src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r24371 - gnunet/src/transport |
Date: |
Wed, 17 Oct 2012 18:39:02 +0200 |
Author: wachs
Date: 2012-10-17 18:39:02 +0200 (Wed, 17 Oct 2012)
New Revision: 24371
Modified:
gnunet/src/transport/plugin_transport_udp.c
Log:
stat
Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-10-17 16:33:37 UTC (rev
24370)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-10-17 16:39:02 UTC (rev
24371)
@@ -1838,6 +1838,10 @@
"# 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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r24371 - gnunet/src/transport,
gnunet <=