openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.9k stars 3.41k forks source link

dnscrypt-proxy2 out of date (2.1.4 vs 2.1.5 latest) #21881

Closed ascendbeing closed 10 months ago

ascendbeing commented 11 months ago

hopefully it's an easy bump but this release I feel is worth bumping to cause there were some serious problems with the current version regarding HTTP3 or HTTP2 (I forget exactly) etc. 2.1.4 I think failed to build on some snapshot targets too. just saying, maybe 2.1.5 would fall less.

brada4 commented 11 months ago

Probably you refer to this patch closing idle UDP sockets: https://github.com/DNSCrypt/dnscrypt-proxy/commit/24a301b1af83bf613bbb967e6a90de2a14fc6709 Or you mean to disable h3 support until it can reuse sockets for multiple requests?

ascendbeing commented 11 months ago

Probably you refer to this patch closing idle UDP sockets: DNSCrypt/dnscrypt-proxy@24a301b Or you mean to disable h3 support until it can reuse sockets for multiple requests?

nah I'm not saying to disable it outright if this gets bumped. but yeah that was the issue I was having w/ 2.1.4, I would be interested in trying the new version

brada4 commented 11 months ago

I mean as a short-term measure until h3 support is stabilised, i.e each UDP socket serving as quasi-permanent communication channel to each upstream server pooling all requests in same "connection"