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

Re: [ns] Goodput calculation



Hi,
What do you think about following idea of calculating goodput:

	set bytes [expr [$tcp set ack_]*packetSize_ ]
	set rate [expr 8*$bytes/$interval]
rate is in bits/s
Is this correct ?