Skip to content

Commit 8c7eba4

Browse files
committed
netstack/udp: m code comment
1 parent e2c91f2 commit 8c7eba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intra/netstack/udp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ func (g *GUDPConn) Establish() error {
218218
wq := new(waiter.Queue)
219219
if ep, err := g.req.CreateEndpoint(wq); err != nil || ep == nil {
220220
// ex: CONNECT endpoint for [fd66:f83a:c650::1]:15753 => [fd66:f83a:c650::3]:53; err(no route to host)
221+
// 'bad local addrs' on missing NIC, 'invalid state' if could not be bound/connected
221222
log.E("ns: udp: %s: connect: endpoint(ok? %t) for %v => %v; err(%v)",
222223
g.o, ep != nil, g.src, g.dst, err)
223224
return e(err)

0 commit comments

Comments
 (0)