This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 335
Websocket on MPTCP keep raising warning: getsockopt: Bad Address. #489
Labels
Comments
Hello,
You issue might come from:
You should not have a pointer here but an array that is big enough to store info for each subflows, e.g. Note that another common source of issue is when your system has kernel C headers for an older kernel versions and structure are not big enough. Lines 2791 to 2909 in 7fa887b
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
All the previous setsockopt here were OK?
A: Yes.
The return value of this getsockopt?
A: It's not -1.
The text was updated successfully, but these errors were encountered: