Re: Add Multipath TCP (MPTCP) Support to the Java Networking API

2025-10-18 Thread Geliang Tang
Hi Alan, Thanks for your reply. On Thu, 2025-09-18 at 12:30 +0100, Alan Bateman wrote: >   > On 18/09/2025 08:36, Geliang Tang wrote: >   > >   > > I have completed the implementation. Thanks to Xiang Gao and Gang > > Yan > > for their help. I added a new option named TCP_MPTCPIFY in > > jdk.net.

Re: Add Multipath TCP (MPTCP) Support to the Java Networking API

2025-09-23 Thread Alan Bateman
On 23/09/2025 10:55, Geliang Tang wrote: Following your suggestion, I have started a new thread on net-dev: Add Extended MPTCP (Multipath TCP) Socket Option Support to OpenJDK https://mail.openjdk.org/pipermail/net-dev/2025-September/028085.html Thanks, let's continue the discussion there. -

Re: Add Multipath TCP (MPTCP) Support to the Java Networking API

2025-09-18 Thread Alan Bateman
On 18/09/2025 08:36, Geliang Tang wrote: I have completed the implementation. Thanks to Xiang Gao and Gang Yan for their help. I added a new option named TCP_MPTCPIFY in jdk.net.ExtendedSocketOptions (the name was chosen to align with 'mptcpize' tool in mptcpd and 'mptcpify' in BCC). When this op

Re: Add Multipath TCP (MPTCP) Support to the Java Networking API

2025-09-18 Thread Geliang Tang
Hi Alan, On Fri, 2025-09-05 at 18:11 +0800, Geliang Tang wrote: > Hi Alan, > > Thanks for your reply. > > On Fri, 2025-09-05 at 10:28 +0100, Alan Bateman wrote: > >   > > On 05/09/2025 09:43, Geliang Tang wrote: > >   > >   > > >   > > > : > > > > > > 3. Proposed Java API Changes > > > > > > T

Re: Add Multipath TCP (MPTCP) Support to the Java Networking API

2025-09-07 Thread Alan Bateman
On 05/09/2025 09:43, Geliang Tang wrote: : 3. Proposed Java API Changes The goal is to allow Java applications to opt-in to using MPTCP when creating sockets, without breaking existing code. The proposed changes are additive and backward-compatible. The core idea is to add a boolean mptcp para

Re: Add Multipath TCP (MPTCP) Support to the Java Networking API

2025-09-06 Thread Geliang Tang
Hi Alan, Thanks for your reply. On Fri, 2025-09-05 at 10:28 +0100, Alan Bateman wrote: >   > On 05/09/2025 09:43, Geliang Tang wrote: >   >   > >   > > : > > > > 3. Proposed Java API Changes > > > > The goal is to allow Java applications to opt-in to using MPTCP > > when > > creating sockets, w

Re: Add Multipath TCP (MPTCP) Support to the Java Networking API

2025-09-05 Thread Geliang Tang
Hi Alan, Thanks for your reply. On Fri, 2025-09-05 at 10:28 +0100, Alan Bateman wrote: >   > On 05/09/2025 09:43, Geliang Tang wrote: >   >   > >   > > : > > > > 3. Proposed Java API Changes > > > > The goal is to allow Java applications to opt-in to using MPTCP > > when > > creating sockets, w

Add Multipath TCP (MPTCP) Support to the Java Networking API

2025-09-05 Thread Geliang Tang
Hi OpenJDK maintainers, I hope this message finds you well. The purpose of this letter is to propose the integration of Multipath TCP (MPTCP) support into OpenJDK. We have developed a set of patches to enable this functionality and are eager to submit it for upstream inclusion. We would greatly ap