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
the DSS option has a binary layout that does not reflect real MPTCP implementation, e.g. the offset of DSN is not correct when DACK4 is in use (and __packed doesn't really make sense in the struct definition). We should either model correctly all the DSN4/8 + DACK4/8 cases, or just use the widest case and account for shorter values when the 32-bit version is in use.
The text was updated successfully, but these errors were encountered:
the DSS option has a binary layout that does not reflect real MPTCP implementation, e.g. the offset of DSN is not correct when DACK4 is in use (and
__packed
doesn't really make sense in the struct definition). We should either model correctly all the DSN4/8 + DACK4/8 cases, or just use the widest case and account for shorter values when the 32-bit version is in use.The text was updated successfully, but these errors were encountered: