Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Sep 23, 2024
1 parent a8a25a9 commit 161dfd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ func (p *proxy) setStack(s *stack.Stack) {
p.mu.Unlock()
}

// Stop shuts down the proxy in an orderly fashion and blocks until shutdown is complete.
func (p *proxy) Stop() error {
p.mu.Lock()
defer p.mu.Unlock()
Expand Down

0 comments on commit 161dfd4

Please sign in to comment.