Skip to content

Commit d6dacd1

Browse files
committed
Fixed bug when generating native traffic with one thread
1 parent 78d391f commit d6dacd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/manage/multiport_egress_traffic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def run
168168
a.map(&:join)
169169
else
170170
ports.each do |dport|
171-
egress(type, proto, remote, dport, gw)
171+
egress(type, proto, remote, dport, 1, gw)
172172
end
173173
end
174174

0 commit comments

Comments
 (0)