Iperf client calls write() to send a message to iperf server. My aim - is to find out the way the information goes thru the kernel. First of all, i wanna find write method for sockets. it's something like that
Could u please help me?:confused:Code:int (*sendmsg) (struct kiocb *iocb, struct socket *sock,
struct msghdr *m, size_t total_len);

