CommunicationPolicy for unconnected sockets. More...
#include <senf/Socket/CommunicationPolicy.hh>
Additional Inherited Members | |
Public Member Functions inherited from senf::CommunicationPolicyBase | |
virtual | ~CommunicationPolicyBase () |
CommunicationPolicy for unconnected sockets.
This is different from UndefinedCommunicationPolicy (which is the same as CommunicationPolicyBase). This policy class defines the communication policy – it explicitly states, that the socket does not support connected communication. This effectively disables the ServerSocketHandle.
Definition at line 99 of file CommunicationPolicy.hh.