aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/transport/plugin_transport_udp.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 07a3df362..92fa8d2f5 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -170,7 +170,7 @@ struct PeerSession
170 170
171/** 171/**
172 * Data structure to track defragmentation contexts based 172 * Data structure to track defragmentation contexts based
173 * on the source of the UDP traffic. 173 * on the source of the UDP traffic.
174 */ 174 */
175struct ReceiveContext 175struct ReceiveContext
176{ 176{
@@ -272,7 +272,7 @@ struct Plugin
272 struct GNUNET_NETWORK_Handle *sockv6; 272 struct GNUNET_NETWORK_Handle *sockv6;
273 273
274 /** 274 /**
275 * expected delay for ACKs 275 * expected delay for ACKs
276 */ 276 */
277 struct GNUNET_TIME_Relative last_expected_delay; 277 struct GNUNET_TIME_Relative last_expected_delay;
278 278
@@ -557,7 +557,7 @@ struct SourceInformation
557 557
558 558
559/** 559/**
560 * Message tokenizer has broken up an incomming message. Pass it on 560 * Message tokenizer has broken up an incomming message. Pass it on
561 * to the service. 561 * to the service.
562 * 562 *
563 * @param cls the 'struct Plugin' 563 * @param cls the 'struct Plugin'
@@ -588,7 +588,7 @@ process_inbound_tokenized_messages (void *cls, void *client,
588 * 588 *
589 * @param plugin plugin context 589 * @param plugin plugin context
590 * @param msg the message 590 * @param msg the message
591 * @param sender_addr sender address 591 * @param sender_addr sender address
592 * @param sender_addr_len number of bytes in sender_addr 592 * @param sender_addr_len number of bytes in sender_addr
593 */ 593 */
594static void 594static void