bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/4] lwip: Set output flags when calling recv()


From: Samuel Thibault
Subject: Re: [PATCH 2/4] lwip: Set output flags when calling recv()
Date: Thu, 2 May 2019 23:57:28 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Joan Lledó, le jeu. 02 mai 2019 11:55:00 +0200, a ecrit:
>     Lwip 2.1.2 added a new function lwip_recvmsg() which writes out flags
>     for the recv() operation.

Good :)

> +  /* Remove unsupported flags */
> +  flags &= MSG_DONTWAIT | MSG_PEEK;

Same remark as the send side.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]