Skip to content

Commit 3cc2848

Browse files
committed
udp: m return summary after stalled blocks
1 parent d738e4d commit 3cc2848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intra/udp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func (h *udpHandler) Connect(gconn *netstack.GUDPConn, src, target netip.AddrPor
232232
log.I("udp: %s [%s] firewalled from %s => %s (dom: %s / real: %s) for %s; stall? %ds",
233233
cid, uid, src, target, domains, realips, uid, secs)
234234
})
235-
return nil, nil, nil // disconnect override, no dst
235+
return nil, smm, nil // disconnect override, no dst
236236
}
237237

238238
// connect gconn right away, since we assume a duplex-stream from here on

0 commit comments

Comments
 (0)