#include <senf/Socket/FramingPolicy.hh>
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 49 of file FramingPolicy.hh.