Bug 1940

Summary: FlowMonitor is confused by IP fragments drops
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: flow-monitorAssignee: Tommaso Pecorella <tommaso.pecorella>
Status: ASSIGNED ---    
Severity: minor CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2014-06-27 16:38:52 EDT
This is the result of drops when packets are fragmented at IP level...

Flow 1 (10.0.0.1 -> 10.0.0.2)
  Tx Bytes:   514800  Tx packets:   100
  Rx Bytes:   185328  Rx packets:   36
  Packets lost:   236
  Data Transfer rate: 0.0913398 Mbps
  Troughtput: 0.0913235 Mbps
Flow 2 (10.0.0.2 -> 10.0.0.1)
  Tx Bytes:   185328  Tx packets:   36
  Rx Bytes:   154440  Rx packets:   30
  Packets lost:   7
  Data Transfer rate: 0.0328823 Mbps
  Troughtput: 0.0328802 Mbps