ncpv using nc and pv in /usr/local/bin
This commit is contained in:
parent
62890ec05e
commit
e0c171c434
@ -8,8 +8,8 @@ class MpExperienceNCPV(MpExperience):
|
||||
"""
|
||||
SERVER_NC_LOG = "netcat_server"
|
||||
CLIENT_NC_LOG = "netcat_client"
|
||||
NC_BIN = "/home/mininet/git/netcat-openbsd-1.105/nc"
|
||||
PV_BIN = "pv"
|
||||
NC_BIN = "/usr/local/bin/nc"
|
||||
PV_BIN = "/usr/local/bin/pv"
|
||||
PING_OUTPUT = "ping.log"
|
||||
|
||||
def __init__(self, xpParamFile, mpTopo, mpConfig):
|
||||
|
Loading…
Reference in New Issue
Block a user