Re: FreeBSD 4.x and OS-X tcp performance

From: Mark Tinguely (tinguely_at_casselton.net)
Date: 03/08/05

  • Next message: Goran Gajic: "Re: multiple uplinks from ISP"
    Date: Tue, 8 Mar 2005 15:02:06 -0600 (CST)
    To: daniel@benzedrine.cx, tinguely@casselton.net
    
    

    > 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 "freebsd-net-unsubscribe@freebsd.org"


  • Next message: Goran Gajic: "Re: multiple uplinks from ISP"