Skip to content

Commit

Permalink
Improve IPv6 support
Browse files Browse the repository at this point in the history
This adds Server.QueryAddr for netip.Addr support
  • Loading branch information
edaniels committed Mar 25, 2024
1 parent b515cab commit d6e7392
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 232 deletions.
3 changes: 3 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const (

// Config is used to configure a mDNS client or server.
type Config struct {
// Name is the name of the client/server used for logging purposes.
Name string

// QueryInterval controls how often we sends Queries until we
// get a response for the requested name
QueryInterval time.Duration
Expand Down
Loading

0 comments on commit d6e7392

Please sign in to comment.