X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSocketSink.hh;h=a42a0b9203b48ea04b5329f490d8797696d059f8;hb=084d18afd1abb3c6b19de612dbdf4dbc40ffd795;hp=ee944ddf8ba9c46106bc00bf7fd3109a9b1688f9;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/SocketSink.hh b/senf/PPI/SocketSink.hh index ee944dd..a42a0b9 100644 --- a/senf/PPI/SocketSink.hh +++ b/senf/PPI/SocketSink.hh @@ -27,15 +27,15 @@ #define HH_SENF_PPI_SocketSink_ 1 // Custom includes -#include "../Packets/Packets.hh" -#include "../Socket/ClientSocketHandle.hh" -#include "../Socket/SocketPolicy.hh" -#include "../Socket/ReadWritePolicy.hh" -#include "../Socket/FramingPolicy.hh" -#include "../Socket/CommunicationPolicy.hh" +#include +#include +#include +#include +#include +#include #include "Module.hh" #include "Connectors.hh" -#include "../Socket/Protocols/INet/INetAddressing.hh" +#include #include "IOEvent.hh" //#include "SocketSink.mpp" @@ -241,10 +241,10 @@ namespace module { able to handle complete datagrams. This output module will write data to a FileHandle object using a given \a Writer. This - output module is passive. This implies, that the output handle may not block. This also - implies, that data will probably get lost if written to fast for the underlying transport - mechanism. Either this is desired (like for a UDP socket) or some additional bandwidth - shaping needs to be used. + output module is passive. This implies, that the output handle may not block. This + also implies, that data will probably get lost if written to fast for the underlying + transport mechanism. Either this is desired (like for a UDP socket) or some additional + bandwidth shaping needs to be used. The default \a Writer is senf::ppi::ConnectedDgramWriter which will write out the complete packet to the file handle. @@ -325,7 +325,7 @@ namespace module { #include "SocketSink.cti" #endif - + // Local Variables: // mode: c++ // fill-column: 100