Skip to content

Commit

Permalink
fix units in a description of Timeout field in Options struct (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic authored Dec 23, 2024
1 parent 2ff604a commit 9116ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Options struct {

Retries int // Retries is the number of retries for the port
Rate int // Rate is the rate of port scan requests
Timeout int // Timeout is the seconds to wait for ports to respond
Timeout int // Timeout is the milliseconds to wait for ports to respond
WarmUpTime int // WarmUpTime between scan phases
Host goflags.StringSlice // Host is the single host or comma-separated list of hosts to find ports for
HostsFile string // HostsFile is the file containing list of hosts to find port for
Expand Down

0 comments on commit 9116ecd

Please sign in to comment.