From: Vakul Garg <[email protected]>
Date: Wed, 16 Jan 2019 08:40:58 +0000

> TLS test cases recv_partial & recv_peek_large_buf_mult_recs expect to
> receive a certain amount of data and then compare it against known
> strings using memcmp. To prevent recvmsg() from returning lesser than
> expected number of bytes (compared in memcmp), MSG_WAITALL needs to be
> passed in recvmsg().
> 
> Signed-off-by: Vakul Garg <[email protected]>

Applied.

Reply via email to