1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2023-01-12 19:41:46 +01:00
parent 6992a21269
commit a496b2affc

View file

@ -26,7 +26,7 @@ function run_test(server,proto,mode,updown,omit,parallel,transmit,bitrate)
if mode == "udp" then if mode == "udp" then
options = options .. " -u -b " .. bitrate options = options .. " -u -b " .. bitrate
end end
if mode ~= "upload" then if updown ~= "upload" then
options = options .. " -R" options = options .. " -R"
end end
local ipv = "4" local ipv = "4"