summaryrefslogtreecommitdiff
path: root/src/net/mptcpsock_linux.go
Commit message (Expand)AuthorAgeFilesLines
* net: mptcp: add TCPConn's MultipathTCP checkerMatthieu Baerts2023-04-181-0/+51
* net: mptcp: fallback to TCP in case of any errorMatthieu Baerts2023-03-301-8/+22
* net: mptcp: implement listenMPTCPMatthieu Baerts2023-03-291-0/+9
* net: mptcp: implement dialMPTCPMatthieu Baerts2023-03-291-0/+10
* net: add initial MPTCP supportMatthieu Baerts2023-03-241-0/+43