You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In internal/server/exchange.go maintain a pool of connections instead of re-dialing for every exchange. This may not be possible, and might require a re-design of DoH's dial function which actually does not really dial anything.
The text was updated successfully, but these errors were encountered:
In
internal/server/exchange.go
maintain a pool of connections instead of re-dialing for every exchange. This may not be possible, and might require a re-design of DoH's dial function which actually does not really dial anything.The text was updated successfully, but these errors were encountered: