Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
glaslos committed Jun 1, 2024
1 parent 2df023e commit 698fd4f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions glutton.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,6 @@ func (g *Glutton) Init() error {
return nil
}

var maxCount = 5

type BlockList struct {
IP net.Addr
Counter int
Timeout time.Duration
}

func (g *Glutton) udpListen() {
buffer := make([]byte, 1024)
for {
Expand Down

0 comments on commit 698fd4f

Please sign in to comment.