#include <senf/PPI/SocketSink.hh>
Public Types | |
| typedef senf::PacketSocketHandle | Handle |
| typedef Packet | PacketType |
Public Member Functions | |
| void | source (Handle &, LLSocketAddress source) |
| bool | operator() (Handle &handle, Packet const &packet) |
| Write packet to handle. More... | |
Definition at line 153 of file SocketSink.hh.
Definition at line 156 of file SocketSink.hh.
Definition at line 157 of file SocketSink.hh.
Write packet to handle.
Write the complete packet as a datagram to handle.
| [in] | handle | Handle to write data to |
| [in] | packet | Packet to write |
| void senf::ppi::LLSocketWriter::source | ( | Handle & | handle, |
| LLSocketAddress | source | ||
| ) |
Definition at line 182 of file SocketSink.cc.