I have a method (below) creating a struct msghdr for use with recvmsg().
struct msghdr
recvmsg()
I\'d like to pass sin by const reference but I get a compi
sin