Page 1 of 1

Resend tcp\ip

Posted: Fri May 23, 2008 11:19 pm
by Dex
Hi all, and great job you have done on kolibrOS.
Now my ?, is it just me or Has the TCP/IP stack for kolibrOS got no resend method, as i have made a simple server, but it does not send any missing packet, even though it saves them in the resendQue. Has this not been add yet ?.
It seem to send each packet one after the other, then closes the connection, even if the wrong ACK is received.
Any info is welcome.
Regards Dex.

Re: Resend tcp\ip

Posted: Sat May 24, 2008 8:48 pm
by hidnplayr
Resend for TCP seems to be implented, personally dont know if it works.
Try using kernel #464 or older to find out if it worked with the old memory model.

Re: Resend tcp\ip

Posted: Sat May 24, 2008 11:07 pm
by Dex
From my tests, it does not send any resend packets or deque packets that have been ACK.