next up previous
Next: Modifications for use outside Up: Link Layer(LL) Previous: LL class in C++

Parameters

The following parameters can be set and the default values are fixed in  ns/tcl/lib/ns-default.tcl

LL set mindelay_   50us
LL set delay_      25us
LL set bandwidth_  0      ;# not used
LL set debug_      false

#new parameters
LL set acked_      1      ;# 1=> acked ; 0 =>unacked
LL set llfraged_   1      ;# 1=>fragmented ; 0=>no fragmentation
LL set llfragsz    500    ;# Size of each LL fragment
LL set llverbose_  0      ;# if 1 print debug info
The debug info is written into stderr.



Richa Jain (96D07007)
Tue Jul 24 22:29:53 IST 2001