Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit e046f33

Browse files
committed
Merge pull request #285 from tianon/insane-retries
Bump retries up to 75 for extra insanity
2 parents f6db413 + dd4e58a commit e046f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func config() (*flag.FlagSet, error) {
119119
flags.IPVar(&B2D.UpperIP, "upperip", net.ParseIP("192.168.59.254"), "VirtualBox host-only network DHCP upper bound.")
120120

121121
flags.IntVar(&B2D.Waittime, "waittime", 300, "Time in milliseconds to wait between port knocking retries during 'start'")
122-
flags.IntVar(&B2D.Retries, "retries", 40, "number of port knocking retries during 'start'")
122+
flags.IntVar(&B2D.Retries, "retries", 75, "number of port knocking retries during 'start'")
123123

124124
if runtime.GOOS != "windows" {
125125
//SerialFile ~~ filepath.Join(dir, B2D.vm+".sock")

0 commit comments

Comments
 (0)