Simple program to test functionality of sendmsg
Hi,
I am a newbie to C/socket programming.
I have to write a simple C program to test the functionality of sendmsg in Linux. By googling, I understand that a simple C program to call sendmsg function would not suffice and it needs socket program to test functionality of sendmsg. Could anyone provide me an example of a simple program to test sendmsg functionality?
Thanks.
|