[ovs-dev] [PATCH] windows: Fix return value in case of named pipe send failure

Ben Pfaff blp at ovn.org
Tue May 8 15:27:32 UTC 2018


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 <aserdean at ovn.org>

Acked-by: Ben Pfaff <blp at ovn.org>


More information about the dev mailing list