aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-04-03 08:21:04 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-04-03 08:21:04 +0000
commit05c4d0f2433df51a628b8f772af961ce1329d65e (patch)
tree09622cedbdabef00f3da08756e0713282120ccb0 /src/transport/gnunet-service-transport_neighbours.c
parent50ac7449a83e66afa7e73ad1461337bd265c2807 (diff)
downloadgnunet-05c4d0f2433df51a628b8f772af961ce1329d65e.tar.gz
gnunet-05c4d0f2433df51a628b8f772af961ce1329d65e.zip
doxygen docu
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 58ce9572d..030a4aae2 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -413,7 +413,7 @@ struct NeighbourMapEntry
413 * Flag to set if we still need to send a CONNECT_ACK message to the other peer 413 * Flag to set if we still need to send a CONNECT_ACK message to the other peer
414 * (once we have an address to use and the peer has been allowed by our 414 * (once we have an address to use and the peer has been allowed by our
415 * blacklist). Initially set to #ACK_UNDEFINED. Set to #ACK_SEND_CONNECT_ACK 415 * blacklist). Initially set to #ACK_UNDEFINED. Set to #ACK_SEND_CONNECT_ACK
416 * if we need to send a CONNECT_ACK. Set to #SESSION_ACK if we did 416 * if we need to send a CONNECT_ACK. Set to #ACK_SEND_SESSION_ACK if we did
417 * send a CONNECT_ACK and should go to 'S_CONNECTED' upon receiving a 417 * send a CONNECT_ACK and should go to 'S_CONNECTED' upon receiving a
418 * 'SESSION_ACK' (regardless of what our own state machine might say). 418 * 'SESSION_ACK' (regardless of what our own state machine might say).
419 */ 419 */
@@ -447,7 +447,7 @@ struct NeighbourMapEntry
447 447
448 448
449/** 449/**
450 * Context for blacklist checks and the #handle_test_blacklist_cont() 450 * Context for blacklist checks and the #try_connect_bl_check_cont()
451 * function. Stores information about ongoing blacklist checks. 451 * function. Stores information about ongoing blacklist checks.
452 */ 452 */
453struct BlackListCheckContext 453struct BlackListCheckContext