Skip to content

Commit

Permalink
Update p2p/protocol/holepunch/filter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
  • Loading branch information
dennis-tra and marten-seemann authored Oct 29, 2022
1 parent aa2986a commit 6aacf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/protocol/holepunch/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// WithAddrFilter is a Service option that enables multiaddress filtering.
// It allows to only allow a subset of observed addresses to the remote
// It allows to only send a subset of observed addresses to the remote
// peer. E.g., only announce TCP or QUIC multi addresses instead of both.
// It also allows to only consider a subset of received multi addresses
// that remote peers announced to us.
Expand Down

0 comments on commit 6aacf6a

Please sign in to comment.