X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FConnectors.hh;h=bb0724e20cd3948399952ab5725150870c4b9633;hb=73c33f663ff0f65e4656ea5a5f6f07a43a2e1722;hp=cd6e1e1064f6380d206d85ccb49b9460a5be8ea7;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/PPI/Connectors.hh b/senf/PPI/Connectors.hh index cd6e1e1..bb0724e 100644 --- a/senf/PPI/Connectors.hh +++ b/senf/PPI/Connectors.hh @@ -389,9 +389,8 @@ namespace connector { dequeue a packet from the packet queue. If the connector is active, the connector will request new packets from the connected module. If the packet - request cannot be fulfilled, this is considered to be a - logic error in the module implementation and an - exception is raised. */ + request cannot be fulfilled an in-valid Packet is + returned. */ Packet read(); ///< Alias for operator()() @@ -463,6 +462,9 @@ namespace connector { QueueingDiscipline interface. \param[in] disc New queueing discipline */ + void qdisc(QueueingDiscipline::None_t); + ///< Disable queueing discipline + protected: GenericPassiveInput(); @@ -658,7 +660,7 @@ namespace connector { ///////////////////////////////hh.e//////////////////////////////////////// #include "Connectors.cci" -//#include "Connectors.ct" +#include "Connectors.ct" #include "Connectors.cti" #endif