How can i use the mptcp socket api?

593 Views Asked by At

I followed this to use the MPTCP Socket API. my mptcp setting (mptcp_enabled=2

enter image description here

I wrote the echo server(localhost) and client in c. And I used tcpdump to capture between(server - client).

But I failed, because packet not with the mptcp option. this is tcpdump result. (test message is "hello")

test message is "hello"

This is server source code

enter image description here

And this client source code

enter image description here

What did I miss?

1

There are 1 best solutions below

0
On BEST ANSWER

I got the solution..
My problem is that the server used the localhost address.