- docs updated

This commit is contained in:
Martin Willi
2005-12-06 16:46:39 +00:00
parent 3febcf15f0
commit a6cbf64831
12 changed files with 80 additions and 29 deletions
@@ -31,7 +31,14 @@
typedef struct retransmit_request_job_t retransmit_request_job_t;
/**
* Object representing an RETRANSMIT_REQUEST Job.
* @brief Class representing an RETRANSMIT_REQUEST Job.
*
* This job is scheduled every time a request is sent over the
* wire. If the response to the request is not received at schedule
* time, the retransmission will be initiated.
*
* @b Constructors:
* - retransmit_request_job_create()
*
* @ingroup jobs
*/