aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-27 19:57:37 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-27 19:57:37 +0200
commit61b5b65debf407bb89da9df2b329d650f9526b29 (patch)
treeb61db5f6d12299429f8b011256b0cc63c2e03c26 /src/stream.c
parentd8f2b38eb96592567398c69bafdb9b3ecb82432e (diff)
some more Doxygen header text for datagram, osmux and stream module
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stream.c b/src/stream.c
index a80d842..1abe657 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -30,6 +30,11 @@
/*! \addtogroup stream Osmocom Stream Socket
* @{
+ *
+ * This code is intended to abstract any use of stream-type sockets,
+ * such as TCP and SCTP. It offers both server and client side
+ * implementations, fully integrated with the libosmocore select loop
+ * abstraction.
*/
/*! \file stream.c