On Mon, Apr 30, 2018 at 11:44:00PM +0300, Alin Gabriel Serdean wrote: > Named pipes should emulate UNIX socket behavior. > > Until now the named pipes returned WSA (Windows implementation of BSD sockets > errors) return codes, for send errors. > > In case of a disconnected named pipe (UNIX socket) send error, we should > return > EPIPE. > > Fixes: `check_logs` transient errors when checking for EPIPE. > > Signed-off-by: Alin Gabriel Serdean <[email protected]>
Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
