- code cleaned up

This commit is contained in:
Jan Hutter
2005-12-06 16:04:39 +00:00
parent 2b54748131
commit f104664836
9 changed files with 88 additions and 51 deletions
+2 -1
View File
@@ -25,13 +25,14 @@
#include <types.h>
typedef struct receiver_t receiver_t;
/**
* @brief Receives packets from the socket and adds them to the job queue.
*
* The receiver starts a thread, wich reads on the blocking socket. If
* there is data available, a packet_t is created from the data, wrapped
* data is available, a packet_t object is created , wrapped
* in an incoming_packet_job_t and added to the job queue.
*
* @ingroup threads