commit | 8051bb7f2cbf68ec1289753616703791dd004b5c | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Fri Jul 19 10:29:26 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Jul 22 16:04:17 2019 +0200 |
tree | 9b605b22d354e7d77d905b78cc91ba6fc2904da4 | |
parent | 65d41fb317c62b7c8663a134e88eaee439f270d6 [diff] |
selftests/tls: close the socket with open record Add test which sends some data with MSG_MORE and then closes the socket (never calling send without MSG_MORE). This should make sure we clean up open records correctly. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>