aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-08-15 21:41:31 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-08-15 21:42:52 +0200
commitecfbd79c029090dfbc657194adae2d229273fb9d (patch)
treeecf018cabed401aad699e7cfeaf1e6f9050dd95e /src/transport/gnunet-communicator-udp.c
parent3c5eb7a406b3b0d2b47c00eabbff7a3984ce3429 (diff)
downloadgnunet-ecfbd79c029090dfbc657194adae2d229273fb9d.tar.gz
gnunet-ecfbd79c029090dfbc657194adae2d229273fb9d.zip
-minor bugfixes, adding FIXMEs
Diffstat (limited to 'src/transport/gnunet-communicator-udp.c')
-rw-r--r--src/transport/gnunet-communicator-udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-communicator-udp.c b/src/transport/gnunet-communicator-udp.c
index 50e66e13a..f5cf7ab0f 100644
--- a/src/transport/gnunet-communicator-udp.c
+++ b/src/transport/gnunet-communicator-udp.c
@@ -68,7 +68,7 @@
68 * How often do we scan for changes to our network interfaces? 68 * How often do we scan for changes to our network interfaces?
69 */ 69 */
70#define INTERFACE_SCAN_FREQUENCY \ 70#define INTERFACE_SCAN_FREQUENCY \
71 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5) 71 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5)
72 72
73/** 73/**
74 * How long do we believe our addresses to remain up (before 74 * How long do we believe our addresses to remain up (before
@@ -77,7 +77,7 @@
77#define ADDRESS_VALIDITY_PERIOD GNUNET_TIME_UNIT_HOURS 77#define ADDRESS_VALIDITY_PERIOD GNUNET_TIME_UNIT_HOURS
78 78
79#define WORKING_QUEUE_INTERVALL \ 79#define WORKING_QUEUE_INTERVALL \
80 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MICROSECONDS,1) 80 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MICROSECONDS,1)
81 81
82/** 82/**
83 * AES key size. 83 * AES key size.