Hello!
> through the underlying protocol, the error EMSGSIZE is
> returned, and the message is not transmitted.
It is about datagram sockets, stream sockets never return EMSGSIZE,
because have no messages boundaries.
Alexey