aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-nat-server.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/nat/gnunet-nat-server.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/nat/gnunet-nat-server.c')
-rw-r--r--src/nat/gnunet-nat-server.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nat/gnunet-nat-server.c b/src/nat/gnunet-nat-server.c
index 988e9fbc9..5e2390f35 100644
--- a/src/nat/gnunet-nat-server.c
+++ b/src/nat/gnunet-nat-server.c
@@ -83,7 +83,7 @@ struct TcpContext
83 */ 83 */
84 struct GNUNET_NETWORK_Handle *s; 84 struct GNUNET_NETWORK_Handle *s;
85 85
86 /** 86 /**
87 * Data to transmit. 87 * Data to transmit.
88 */ 88 */
89 uint16_t data; 89 uint16_t data;
@@ -122,7 +122,7 @@ tcp_send (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
122/** 122/**
123 * Try to send 'data' to the 123 * Try to send 'data' to the
124 * IP 'dst_ipv4' at port 'dport' via TCP. 124 * IP 'dst_ipv4' at port 'dport' via TCP.
125 * 125 *
126 * @param dst_ivp4 target IP 126 * @param dst_ivp4 target IP
127 * @param dport target port 127 * @param dport target port
128 * @param data data to send 128 * @param data data to send
@@ -169,7 +169,7 @@ try_send_tcp (uint32_t dst_ipv4, uint16_t dport, uint16_t data)
169/** 169/**
170 * Try to send 'data' to the 170 * Try to send 'data' to the
171 * IP 'dst_ipv4' at port 'dport' via UDP. 171 * IP 'dst_ipv4' at port 'dport' via UDP.
172 * 172 *
173 * @param dst_ivp4 target IP 173 * @param dst_ivp4 target IP
174 * @param dport target port 174 * @param dport target port
175 * @param data data to send 175 * @param data data to send
@@ -208,7 +208,7 @@ try_send_udp (uint32_t dst_ipv4, uint16_t dport, uint16_t data)
208/** 208/**
209 * We've received a request to probe a NAT 209 * We've received a request to probe a NAT
210 * traversal. Do it. 210 * traversal. Do it.
211 * 211 *
212 * @param cls unused 212 * @param cls unused
213 * @param client handle to client (we always close) 213 * @param client handle to client (we always close)
214 * @param msg message with details about what to test 214 * @param msg message with details about what to test