X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FQueueing.hh;h=9e3acf8f0b0e93456d7421253bbc3645b6ee70dc;hb=2c10a733c69cd95e10a312a471c84d07d52b7755;hp=daf59a87c2b761564cef17036ba8e24ec514313c;hpb=89efe5f504c400212090aba703c7ee385f483c64;p=senf.git diff --git a/PPI/Queueing.hh b/PPI/Queueing.hh index daf59a8..9e3acf8 100644 --- a/PPI/Queueing.hh +++ b/PPI/Queueing.hh @@ -38,10 +38,10 @@ namespace ppi { QueueingDiscipline is called whenever the packets are entered or removed from the queue. The queueing discipline then determines the new throttling state of the queue. - \important The QueueingDiscipline will \e never drop packets explicitly. This is left to the + \note The QueueingDiscipline will \e never drop packets explicitly. This is left to the operating system by sending throttling events. The PPI will never loose a packet internally (if not a module explicitly does so), however it may disable reception of new incoming - packets which will then probably dropped by the operating system. + packets which will then probably be dropped by the operating system. */ class QueueingDiscipline { @@ -54,7 +54,7 @@ namespace ppi { called to calculate the new throttling state. \param[in] input Connector holding the queue - \param[in] event Type of event triggering the upate + \param[in] event Type of event triggering the update \returns new throttling state */ }; @@ -73,4 +73,6 @@ namespace ppi { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: