#produces trace of a single TFRC transfer with delay spikes, etc...

set traffic TFRC
set expire none

# Run NAM?
set WithNAM false
# Estimation of one-way latecy of wireless link
set FixTtl 0
 
#interval between handover and its length
set ho_int_min 10000
set ho_int_max 10000
set ho_len_min 10
set ho_len_max 10

#interval between TCP connections
set connect_int 0.01

#link parameters
set line_rate 9.6Kb
set prop_delay 300ms
set buf_size 100KB

#first delay is scheduled after this many secs
set first_delay 10

#size of FTP transfer
set send_size 107200

source atp.tcl
run_atp

