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

Re: [ns] Recording variables



you might want to take a look at

~nam/edu/D2-fast-retransmit.tcl 

which might give you some idea .

Kun-chan Lan

    -----Original Message-----
    From: Yongmin Choi <[email protected]>
    To: ns-users <[email protected]>
    Date: Thursday, June 01, 2000 10:16 AM
    Subject: [ns] Recording variables
    
    
    Hi ns-users,
    
    I'd like to know how to record traced variables.
    For example, the size of congestion window is traced as follows:
    
    $tcp trace cwnd_
    
    Then, my question is how to record the values of cwnd_.
    Thanks in advance,
    
    Yongmin Choi