diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-06 16:46:39 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-06 16:46:39 +0000 |
commit | a6cbf648312606089d352b8d3dda4ada66445603 (patch) | |
tree | 214a87d1d8f9633e564ba8f92b5da5cb1dd72497 /Source/charon/queues/send_queue.h | |
parent | 3febcf15f0cba8b17ab3bdb67c3d0864ef61080c (diff) | |
download | strongswan-a6cbf648312606089d352b8d3dda4ada66445603.tar.bz2 strongswan-a6cbf648312606089d352b8d3dda4ada66445603.tar.xz |
- docs updated
Diffstat (limited to 'Source/charon/queues/send_queue.h')
-rw-r--r-- | Source/charon/queues/send_queue.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Source/charon/queues/send_queue.h b/Source/charon/queues/send_queue.h index 646d7adc9..6dc5867eb 100644 --- a/Source/charon/queues/send_queue.h +++ b/Source/charon/queues/send_queue.h @@ -30,11 +30,15 @@ typedef struct send_queue_t send_queue_t; /** - * @brief Send-Queue - * + * @brief The send queue stores packet for the sender_t instance. + * + * The sender_t will send them consequently over the wire. * Although the send-queue is based on a linked_list_t * all access functions are thread-save implemented. * + * @b Constructors: + * - send_queue_create() + * * @ingroup queues */ struct send_queue_t { @@ -87,7 +91,7 @@ struct send_queue_t { /** * @brief Creates an empty send_queue_t. * - * @return send_queue_t empty send_queue_t + * @return send_queue_t object * * @ingroup queues */ |