From 6e5ac34bc2a4b02d9ceae6301808df8a32165b5d Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Mon, 3 Nov 2014 20:01:22 -0800 Subject: [PATCH] Update module comment. --- mininet/node.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mininet/node.py b/mininet/node.py index 299433a6..d1900a98 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -11,16 +11,13 @@ may be sent using Cmd (which waits for output), or using sendCmd(), which returns immediately, allowing subsequent monitoring using monitor(). Examples of how to run experiments using this - functionality are provided in the examples/ directory. + functionality are provided in the examples/ directory. By default, + hosts share the root file system, but they may also specify private + directories. CPULimitedHost: a virtual host whose CPU bandwidth is limited by RT or CFS bandwidth limiting. -HostWithPrivateDirs: a virtual host that has user-specified private - directories. These may be temporary directories stored as a tmpfs, - or persistent directories that are mounted from another directory in - the root filesystem. - Switch: superclass for switch nodes. UserSwitch: a switch using the user-space switch from the OpenFlow -- GitLab