Skip to content

Commit

Permalink
Reference GitHub issue for supporting multiple IPs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Dec 16, 2024
1 parent 7cd0f1f commit 078032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func PacketServe(clientConn net.PacketConn, handle AssocationHandleFunc, metrics
pkt := read.pkt
addr := read.addr

// TODO: Include server address in the NAT key as well.
// TODO(#19): Include server address in the NAT key as well.
conn := nm.Get(addr.String())
if conn == nil {
conn = &natconn{
Expand Down

0 comments on commit 078032c

Please sign in to comment.