senf::DatagramFramingPolicy Struct Reference

FramingPolicy for datagram oriented sockets. More...

#include <senf/Socket/FramingPolicy.hh>

Inheritance diagram for senf::DatagramFramingPolicy:

Additional Inherited Members

- Public Member Functions inherited from senf::FramingPolicyBase
virtual ~FramingPolicyBase ()
 

Detailed Description

FramingPolicy for datagram oriented sockets.

This policy does not explicitly modify the SocketHAndle API. It however affects the semantics of the read and write operations. On a datagram socket, each read() or write() call we read or write a single datagram. Datagram boundaries are kept intact across the network.

Definition at line 51 of file FramingPolicy.hh.


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