Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 10, 2024
1 parent 02ea112 commit 5e53c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ func (c *Client) Exchange(m *Msg, address string) (r *Msg, rtt time.Duration, er
}

// BEGIN MONKEY PATCH

func (c *Client) ExchangeWithConnTo(m *Msg, conn *Conn, addr net.Addr) (r *Msg, rtt time.Duration, err error) {
conn.UnboundUDP = true
conn.RemoteAddr = addr
Expand Down

0 comments on commit 5e53c70

Please sign in to comment.