You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Hi, My MPTCP pair: AWS EC2(as the server) & PC(as the client) (Both Ubuntu18.04 and Linux 4.19.234) works correctly according to the Wireshark. However, after adding the module:
it now continuously closes my WebSocket connection and reconnect. Exactly at this line: getsockopt(<fd num>, IPPROTO_TCP, MPTCP_INFO, &minfo &len);
How did you install it?
A: I downloaded MPTCP-V0.95 from the home page of MPTCP.(git clone) Then I make menuconfig and compile it and change the kernel according to the instruction
Which command are you using to compile this code?
A: All the process is here:
git clone --depth=1 git://github.com/multipath-tcp/mptcp.git
cd mptcp
sudo make menuconfig
sudo make
sudo make modules_install
sudo make install
All the previous setsockopt here were OK?
A: Yes.
The return value of this getsockopt?
A: It's not -1.