ktls / af_ktls

Linux Kernel TLS/DTLS Module
GNU General Public License v2.0
157 stars 25 forks source link

Fix recvmsg multiple iovec #57

Closed lancerchao closed 8 years ago

lancerchao commented 8 years ago

Pull request after rebase. Let me know if you're unhappy about the .gitignore. I can remove that as well, but they're just misc files that I put in my git project to help me with dev.

fridex commented 8 years ago

Looks good to me.

Changes in .gitignore are not related to the project, I would rather remove them.

fridex commented 8 years ago

Could you please refer to tests for this as well?

lancerchao commented 8 years ago

Fixed the pull request. Thanks again for feedback. Here are the tests. https://github.com/ktls/af_ktls-test/blob/a84cbb8749505c0747859abe9e8c7c1a9ccb6416/tests.cpp#L262-L323