This file is indexed.

/usr/share/doc/nam/examples/edu/C0-README is in nam-examples 1.15-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[ August 1999 ]

Following tcl files are ns-scripts for Directed Research with Dr.Heidemann. 
You could see the explanation about those files 
at http://www-scf.usc.edu/~hyunahpa/D-Research/DR-home.html

There are 3 kinds of files per each mechanism, which are xx.tcl, xx.nam, and xx.tr.


FILE NAME	 	DESCRIPTION
---------------------------------------------------------------------------------------

C0-README		This file

In C1-slow-start and C2-sliding-window, the network parameters are changing to set the environment where the network bandwidth is not fixed like in the Internet.

C1-slow-start		It shows how TCP can transmit its data in the Internet environment
			feature	: label, annotation, nam-graph, and cwnd monitor
			  	  To see nam-graph, click 'Active Sessions' under 
                          	  'Analysis' in the nam menu, then click 'TCP session' 

C2-sliding-window	It shows how Sliding window acts in the Internet environment
                        feature : label, annotation, nam-graph, and cwnd monitor
                                  To see nam-graph, click 'Active Sessions' under
                                  'Analysis' in the nam menu, then click 'TCP session'

C2-sliding-color	Same as C2-sliding-window but it doesn't provide nam-graph
                        to support coloring. 
                        Use "syn" option in nam menu to see both of them simultaneously

----------------------------------------------------------------------------------------
In C3-slow-start and C4-sliding-window, the network parameters are not changing. 

C3-slow-start		It shows how TCP can transmit its data in a fixed environment
			feature	: label, annotation, nam-graph, and cwnd monitor
			  	  To see nam-graph, click 'Active Sessions' under 
                          	  'Analysis' in the nam menu, then click 'TCP session' 

C4-sliding-window	It shows how Sliding window acts in a fixed environment
                        feature : label, annotation, nam-graph, and cwnd monitor
                                  To see nam-graph, click 'Active Sessions' under
                                  'Analysis' in the nam menu, then click 'TCP session'

C4-sliding-color	Same as C4-sliding-window but it doesn't provide nam-graph
                        to support coloring. 
                        Use "syn" option in nam menu to see both of them simultaneously

---------------------------------------------------------------------------------------

written by Hyunah Park ( hyunahpa@usc.edu )