khaledhassan / eel6591-project

Class Project for EEL6591: Topic to be decided
0 stars 0 forks source link

Print Necessary Metrics at end of Simulation #9

Open slichtenheld opened 6 years ago

slichtenheld commented 6 years ago
khaledhassan commented 6 years ago

(real) packet loss = num packets sent - packets received packets lost as reported by the UDPServer only include sequence numbers that were expected but never received, not any later packets -- in other words, it can only figure this out based on the sequence number of the last packet that was successfully received, not the last sequence number that was sent from the source

We have to see whether the UDP(Trace)Client has a way of checking how many packets were sent