hi All,
i have made a module in which im sending data through TCP sockets by calling sock_sendmsg
but tcpdum shows that there is significant delay in sending the message to the server.
i have tried to print jifies values before and after the sock_sendmsg call and the difference is zero that means it immediately sends to the server but why it shows delay in the tcpdump??
Does anyone has idea? is there any problem at the lower layer ??
Thanks in advance