fix linux output bug

This commit is contained in:
Ben Grewell
2021-03-10 07:23:30 -08:00
parent 9b7a2fa851
commit 788d06af34
3 changed files with 30 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ func main() {
omitSec := 10
length := "65500"
c := iperf.NewClient("10.23.42.18")
c := iperf.NewClient("10.254.100.100")
c.SetIncludeServer(includeServer)
c.SetTimeSec(runTime)
c.SetOmitSec(omitSec)