page 111 of TCP/IP illustrated volume2 say
if (IF_QFULL(&ifp->if_snd)) {
   IF_DROP(&ifp->if_snd);
   splx(s);
   senderr(ENOBUFS):
....
As i know, queue limits is 50 packets.
If window size is 200 packets (or more big), what will be happened in
sender queue ???
(assume : no congestion at gateway during slow-start)
If it drive packets to drop, can we increase queue limits ? How about win95 ?
ps. I don't mean to drop during mbuf allocation.
--------------------------------------
  Yong-sin Kim. DCN-SSU-KOREA.     
  Lab:02-820-0823 Pager:015-101-3904                      
--------------------------------------
This archive was generated by hypermail 2b29 : Mon Feb 14 2000 - 16:14:42 EST