wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wget-dev] wget2 | openssl doesn't work on linux kernels before 4.11 (ak


From: Jon
Subject: [Wget-dev] wget2 | openssl doesn't work on linux kernels before 4.11 (aka kernels without TCP_FASTOPEN_CONNECT) (#472)
Date: Fri, 13 Sep 2019 19:23:48 +0000


Jon created an issue: https://gitlab.com/gnuwget/wget2/issues/472



If you build wget2 against openssl on a linux kernel before 4.11 it uses the 
pre-`TCP_FASTOPEN_CONNECT` code path which isn't fully implemented in the 
openssl wrapper. Kernels starting with 4.11 work fine because the 
`TCP_FASTOPEN_CONNECT` code path works. The workaround for pre-4.11 kernels is 
to use `--no-tcp-fast-open` so that it doesn't try to use fast open at all.

For fast open to work with pre-4.11 kernels wget2's openssl wrapperr needs 
something like the `sendmsg(MSG_FASTOPEN)` call like the gnutls wrapper has.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/472
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]