Mininet addHost Parameters
Hi,
In the Mininet Python API Reference Manual, the definition of the addHost function is this:
def mininet.net.Mininet.addHost (self, name, cls = None, params)
I need to know what parameters can passed to this addHost function?
Is there a parameter for setting Network Bandwidth (VIF data transfer rate) for the host?
Thanks.
add a comment