FramingPolicy for stream oriented sockets. More...
#include <senf/Socket/FramingPolicy.hh>
Additional Inherited Members | |
Public Member Functions inherited from senf::FramingPolicyBase | |
virtual | ~FramingPolicyBase () |
FramingPolicy for stream oriented sockets.
This policy does not explicitly modify the SocketHAndle API. It however affects the semantics of the read and write operations. On a stream oriented socket, read() and write() operations may be combined, the boundary between separate write() calls will be lost on the receiving side.
Definition at line 40 of file FramingPolicy.hh.