Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test for EMSGSIZE return when sending more fds in a message then the receiver | 2018-11-28 | 1 | -0/+1 | |
can handle and also test the case where the reciever is using read() instead of recvmsg() to test the unp_discard() codepath in the kernel. The latter test is just instrumenting the code but has no way to check if the discarding was successful. OK guenther@ bluhm@ |