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