Removed seventh-packet-byte-count.png from .gitignore

and added a note in seventh.cc file/tutorial
This commit is contained in:
Gabriel Arrobo
2020-08-03 15:33:08 -07:00
committed by Tom Henderson
parent a6efdd5d69
commit 0f2add86be
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -16,7 +16,6 @@
*.routes
*.tr
[D|U]l[A-Z][a-z]*Stats.txt
seventh-packet-byte-count.png
\#*#
~*

View File

@@ -58,6 +58,9 @@ NS_LOG_COMPONENT_DEFINE ("SeventhScriptExample");
// So first, we create a socket and do the trace connect on it; then we pass
// this socket into the constructor of our simple application which we then
// install in the source node.
//
// NOTE: If this example gets modified, do not forget to update the .png figure
// in src/stats/docs/seventh-packet-byte-count.png
// ===========================================================================
//
class MyApp : public Application