Files
linux/tools/testing/selftests
Vakul Garg cea3bfb374 selftests/tls: Fix recv partial/large_buff test cases
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 <vakul.garg@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-01-17 11:57:45 -08:00
..
2018-09-07 16:36:01 -06:00
2018-01-28 22:17:24 -05:00
2018-11-30 14:56:14 -08:00
2018-05-30 15:21:51 -06:00
2018-05-23 15:24:22 -04:00