[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with ns excution





On Thu, 14 Jan 1999, Jun Wei wrote:

> Hi,
> 
> I run into this error:
> 
> Error, scoreboard too large

ScoreBoard is used in tcp sack and fack for keeping track of the segments
that have been sacked.  The parameter SBSIZE (default 1024 in
scoreboard.h) is the size of the scoreboard, which needs to be larger than
the amount of outstanding data on the connection.  If you get into a
situation where you have more than 1024 segments outstanding, you may get
this error.  The fix is to increase SBSIZE for your simulation.

Tom