> In this particular case, the server is increasing the window size with > subsequent ACKs. What does this mean? The receive buffer became less > full so quickly? The receive buffer was enlarged?
The last ACKs that you mention are window update notifications that the client application removed data from the recieve buffer. The recieving application on the FreeBSD machine fell way behind the sender. When the recieving host lost a packet, the new data will go into the fragment reassembly area and not the socket. The recieving application starts to catch up. Strange this does not happen a lot. --Mark Tinguely _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"