Re: NS Question

Neal Cardwell (cardwell@cs.washington.edu)
Tue, 29 Jun 1999 03:33:43 -0700 (PDT)

try this:

# Allocate more bits for ports so we can have 2^10 agents per host instead of 2^8:
set nbits 10
$ns expand-port-field-bits $nbits

i found it in a script, so i think i must have thought it worked at some
point. :-) i remember it being a royal pain to figure out.

if that doesn't do it, there may be some more magic in:
/afs/cs/project/syn/cardwell/ns-tcp-scripts/sim-web-topology.tcl
that was doing the trick.

good luck,
neal