Open zhiyipanuber opened 1 year ago
Patch coverage: 74.69%
and project coverage change: +0.36%
:tada:
Comparison is base (
0c11cc2
) 88.78% compared to head (ff84931
) 89.14%. Report is 5 commits behind head on dev.:exclamation: Current head ff84931 differs from pull request most recent head 890da60. Consider uploading reports for the commit 890da60 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds MPTCP support. It's based on go 1.21 net package.
When EnableMPTCP is passed with ChannelOptions to create a new channel, tchannel will use MPTCP instead TCP for network connection. MPTCP requires underlying system support MPTCP. tchannel will use normal TCP connection if EnableMPTCP is in one of following cases: