Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(725)

Unified Diff: src/flow-monitor/model/ipv4-flow-probe.cc

Issue 4440051: Fragmentation support for IPv4 (Closed)
Patch Set: Fixed some comments and removed commented lines Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/flow-monitor/model/ipv4-flow-probe.h ('k') | src/internet/model/ipv4-l3-protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flow-monitor/model/ipv4-flow-probe.cc
===================================================================
--- a/src/flow-monitor/model/ipv4-flow-probe.cc
+++ b/src/flow-monitor/model/ipv4-flow-probe.cc
@@ -307,6 +307,10 @@
myReason = DROP_ROUTE_ERROR;
NS_LOG_DEBUG ("DROP_ROUTE_ERROR");
break;
+ case Ipv4L3Protocol::DROP_FRAGMENT_TIMEOUT:
+ myReason = DROP_FRAGMENT_TIMEOUT;
+ NS_LOG_DEBUG ("DROP_FRAGMENT_TIMEOUT");
+ break;
default:
myReason = DROP_INVALID_REASON;
« no previous file with comments | « src/flow-monitor/model/ipv4-flow-probe.h ('k') | src/internet/model/ipv4-l3-protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b