multipath-tcp / mptcp

⚠️⚠️⚠️ Deprecated 🚫 Out-of-tree Linux Kernel implementation of MultiPath TCP. 👉 Use https://github.com/multipath-tcp/mptcp_net-next repo instead ⚠️⚠️⚠️
https://github.com/multipath-tcp/mptcp_net-next
Other
888 stars 335 forks source link

compile at ubuntu server 18.04 LTS error #421

Closed yogiex closed 3 years ago

yogiex commented 3 years ago

hello, after bintray service is down, i tried to compile mptcp but got error like this

image

sry, but i dont know how to compile kernel from scratch before

thanks

matttbe commented 3 years ago

Hi yogiex,

You can still download the different packages on Github Release page: https://github.com/multipath-tcp/mptcp/releases

To compile it yourself, you can follow instructions there: http://multipath-tcp.org/pmwiki.php/Users/DoItYourself Note that you can also follow other instructions: there is nothing specific to MPTCP there, you can follow generic instructions about how to build a kernel. Just make sure to enable MPTCP in the config.

yogiex commented 3 years ago

okay i will try it