Files
ctrld/doq.go
Cuong Manh Le 4640a9f20a refactor(doq): simplify DoQ connection pool implementation
Replace the map-based pool and refCount bookkeeping with a channel-based
pool. Drop the closed state, per-connection address tracking, and extra
mutexes so the pool relies on the channel for concurrency and lifecycle,
matching the approach used in the DoT pool.
2026-03-05 17:24:03 +07:00

6.5 KiB