X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=Source%2Fcharon%2Fqueues%2Fsend_queue.h;h=6dc5867eb25e06f5721484a73e8325f00db43dee;hp=646d7adc9d51df3aa40a85d908fa3c079d3cf12d;hb=a6cbf648312606089d352b8d3dda4ada66445603;hpb=3febcf15f0cba8b17ab3bdb67c3d0864ef61080c diff --git a/Source/charon/queues/send_queue.h b/Source/charon/queues/send_queue.h index 646d7ad..6dc5867 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 */