ss: simplify code
Rather than copy-pasting code using sendmsg/recvmsg, use the simpler send() and recv() system calls.
Showing
Please register or sign in to comment
Rather than copy-pasting code using sendmsg/recvmsg, use the simpler send() and recv() system calls.