aboutsummaryrefslogtreecommitdiff
path: root/mudp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mudp.c')
-rw-r--r--mudp.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/mudp.c b/mudp.c
index a478b29..7648ec6 100644
--- a/mudp.c
+++ b/mudp.c
@@ -199,9 +199,17 @@ p2mp_iow_flags (const struct multi_context *m)
return flags;
}
-/*
- * Top level event loop for single-threaded operation.
- * UDP mode.
+
+/**************************************************************************/
+/**
+ * Main event loop for OpenVPN in UDP server mode.
+ * @ingroup eventloop
+ *
+ * This function implements OpenVPN's main event loop for UDP server mode.
+ * At this time, OpenVPN does not yet support multithreading. This
+ * function's name is therefore slightly misleading.
+ *
+ * @param top - Top-level context structure.
*/
static void
tunnel_server_udp_single_threaded (struct context *top)