Skip to content

Commit

Permalink
Increase the inter-frame gratuitous ARP delay to 1.1s. #172
Browse files Browse the repository at this point in the history
  • Loading branch information
danderson committed Feb 28, 2018
1 parent dc9dbaa commit e389b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/arp/leader.go
Expand Up @@ -49,7 +49,7 @@ func (a *Announce) spam() {
a.client.WriteTo(u, ethernet.Broadcast)
}

time.Sleep(500 * time.Millisecond)
time.Sleep(1100 * time.Millisecond)
}
}

Expand Down

0 comments on commit e389b0e

Please sign in to comment.