aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 76f8a9984..d7ec1e195 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -391,7 +391,7 @@ struct NeighbourMapEntry
391 /** 391 /**
392 * Time where we should cut the connection (timeout) if we don't 392 * Time where we should cut the connection (timeout) if we don't
393 * make progress in the state machine (or get a KEEPALIVE_RESPONSE 393 * make progress in the state machine (or get a KEEPALIVE_RESPONSE
394 * if we are in #S_CONNECTED). 394 * if we are in #GNUNET_TRANSPORT_PS_CONNECTED).
395 */ 395 */
396 struct GNUNET_TIME_Absolute timeout; 396 struct GNUNET_TIME_Absolute timeout;
397 397