Dear all
I want to know please how to remove the header size from the packet during
the calculation of throughput (I am using a new trace format)

my actual filter is for the firs 10 second
if (time < 10 && event == "r" && flow_id=="0" && node_id=="4" && pkt_type ==
"tcp") {
        recv1 += pkt_size
      printf("%10f\n",recv1)
}#end if

I have a high throughput. I should remove the header but I dont know how

plz help

-- 
View this message in context: 
http://old.nabble.com/throughput-calculation-tp31851578p31851578.html
Sent from the ns-users mailing list archive at Nabble.com.

Reply via email to