flow-monitor: clarify DSR and FlowMonitor interactions

This commit is contained in:
Tommaso Pecorella
2023-05-20 17:44:46 +02:00
parent d49aaac6f0
commit d5f698575f

View File

@@ -13,7 +13,7 @@ Flow Monitor
Model Description
*****************
The source code for the new module lives in the directory ``src/flow-monitor``.
The source code for the module lives in the directory ``src/flow-monitor``.
The Flow Monitor module goal is to provide a flexible system to measure the
performance of network protocols. The module uses probes, installed in network
@@ -86,6 +86,9 @@ The L2 headers are not included in the measure.
These stats will be written in XML form upon request (see the Usage section).
Due to the above design, FlowMonitor can not generate statistics when used with DSR routing
protocol (because DSR forwards packets using broadcast addresses)
The "lost" packets problem
##########################