senf::StreamFramingPolicy Struct Reference
[Policy Implementation classes]

FramingPolicy for stream oriented sockets. More...

#include <senf/Socket/FramingPolicy.hh>

Inheritance diagram for senf::StreamFramingPolicy:
Inheritance graph
[legend]

List of all members.


Detailed Description

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 49 of file FramingPolicy.hh.


The documentation for this struct was generated from the following file: