Re: Socket recv function taking longer time

2008-12-26 Thread Gabriel Genellina
En Fri, 26 Dec 2008 11:36:15 -0200, escribió: I have designed a recieving system in C. I have used the sockets recv function. The problem I m facing is that the sending system does not wait for the ACK(the amount of time it waits 4 the Ack is too less as the recv takes more time to read th

Socket recv function taking longer time

2008-12-26 Thread reachrekhakn
Hi, I have designed a recieving system in C. I have used the sockets recv function. The problem I m facing is that the sending system does not wait for the ACK(the amount of time it waits 4 the Ack is too less as the recv takes more time to read the msg), it keeps on sending the same msg agai