FreeBSD 4.x and OS-X tcp performance

Mark Tinguely tinguely at casselton.net
Tue Mar 8 13:02:26 PST 2005


>  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


More information about the freebsd-net mailing list