On Fri, 2008-10-03 at 10:58 -0400, Gary Olson wrote: > Additionally I played with tcp_wnd and tried raising it all the way to > 60000 it might have helped some but brought it back down because > > Some one said I should have the FIFO size for it in my hardware MAC. > I did notice that when I brought the tcp_wnd that the GAP started to
The first thing I thought when I read this was that your window size was too low. It will severely limit the amount of TCP data you can have in- flight. Setting it to something like your tcp_snd_buffer would make more sense. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
