bt90

Results 338 comments of bt90

I changed the title to reflect the problem.

Just for reference but the issue is not limited to videos. I had to generate missing thumbnails for three of my recent photos from the last week in order for...

@emlun no need to apologize. You donate your time and you are free to set your own pace :wink: > A wizard is never late, nor is he early. He...

> The real question though is how do e.g. password managers handle the fields? https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands/

At least to avoid issues with nodes running an older Syncthing version. I wonder if we can already drop the QUIC->TCP upgrade logic.

There's also been some discussion on caddys issue tracker around the performance of quic-go: https://github.com/caddyserver/caddy/issues/4876 As you're mentioning the glue code support: https://github.com/AudriusButkevicius/pfilter/issues/7

Looks like quic-go is fast enough for our purposes and is already aiming to be able to saturate 10Gbps links: https://github.com/lucas-clemente/quic-go/issues/3670

I think the safest option would be to treat QUIC and TCP as equal, but choose QUIC first. This would avoid the flip-flop problem with older nodes. If only new...