#produces a trace of short UDP session of a stock quote ticker
#an object is sent at regular intervals

set traffic UDP
set expire none

# Run NAM?
set WithNAM false
# Estimation of one-way latecy of wireless link
set FixTtl 0.6
#number of TCP connections/UDP ADUs
set Nconn 9

#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 5

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

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

#udp-specific part
set ATP_TIMESCALE 10 
set LIFETIME 5
set adu_size 3500 

source atp.tcl
run_atp

