#!/bin/csh #SACK1, TCP competing with AIMD[0.4, 7/8] # simd.run modified to run for 500 seconds!!! set num=275 set increase=1.0 set decrease=0.9375 #set decrease=0.96875 #set rate=15 set rate=60 #set queue=DropTail set queue=RED set ecn=0 set stoptime=500 set plotfile=12D ## uncomment out the run command. ./simd.run0 $num $increase $decrease $rate $queue $ecn $stoptime ./simd.run2 $num ./simd.run1 $num $increase $decrease $rate $queue $stoptime cd graphs # gnuplot s$num.mf #This plots the relative sending rate of the TCP and POLY flows gnuplot s$num.mf1 ghostview s275.0.ps & ghostview s275.1.ps & # Bandwidth ratios over 0.2 second intervals. cd .. ./ratio.run $num TCP POLY TCP SIMD\\(1\\/16\\) # Ratio.run plots s0.*.distSIZE, for SIZE 0.2, 1, and 10 seconds csh ratio.com s$num cdf TCP SIMD csh ratio.com s$num pdf TCP SIMD