File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323 </td><td>
2424 </td><td>
2525 {{ if eq .Type " latency" }}
26- jitter: {{ .Toxic.Jitter }}ms<br>
27- latency: {{ .Toxic.Latency }}ms
26+ jitter: <input type = " text " name = " jitter " value = " {{ .Toxic.Jitter }}" size = " 6 " /> ms<br>
27+ latency: <input type = " text " name = " latency " value = " {{ .Toxic.Latency}}" size = " 6 " /> ms
2828 {{ end }}
2929
3030 {{ if eq .Type " bandwidth" }}
31- rate: {{ .Toxic.Rate }}KB/s
31+ rate: <input type = " text " name = " bandwidth_rate " value = " {{ .Toxic.Rate }}" size = " 6 " /> KB/s
3232 {{ end }}
3333
3434 {{ if eq .Type " limit_data" }}
35- bytes: {{ .Toxic.Bytes }} bytes
35+ bytes: <input type = " text " name = " limit_data_bytes " value = " {{ .Toxic.Bytes }}" size = " 6 " /> bytes
3636 {{ end }}
3737
3838 {{ if eq .Type " slicer" }}
39- average size: {{ .Toxic.AverageSize }} bytes<br>
40- size variation: {{ .Toxic.SizeVariation }} bytes<br>
41- delay: {{ .Toxic.Delay }} microseconds
39+ average size: <input type = " text " name = " slicer_average_size " value = " {{ .Toxic.AverageSize }}" size = " 6 " /> bytes<br>
40+ size variation: <input type = " text " name = " slicer_size_variation " value = " {{ .Toxic.SizeVariation }}" size = " 6 " /> bytes<br>
41+ delay: <input type = " text " name = " slicer_delay " value = " {{ .Toxic.Delay }}" size = " 6 " /> microseconds
4242 {{ end }}
4343
4444 {{ if eq .Type " slow_close" }}
45- delay: {{ .Toxic.Delay }}ms
45+ delay: <input type = " text " name = " slow_close_delay " value = " {{ .Toxic.Delay }}" size = " 6 " /> ms
4646 {{ end }}
4747
4848 {{ if eq .Type " timeout" }}
49- timeout: {{ .Toxic.Timeout }}ms
49+ timeout: <input type = " text " name = " timeout " value = " {{ .Toxic.Timeout }}" size = " 6 " /> ms
5050 {{ end }}
5151 </td>
5252 {{ end }}
You can’t perform that action at this time.
0 commit comments