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
I think it is ok that packetdrill uses static values for the random nonce or keys. If somebody wants to use different values he can still set them manually in the packetdrill-script.
The text was updated successfully, but these errors were encountered:
matttbe
added a commit
to multipath-tcp/packetdrill_mptcp
that referenced
this issue
Mar 1, 2022
I experience that packetdrill does multiple calls to the random number generator to generate keys or nonces (for the MP_JOIN).
It looks to me that it always calls new_subflow_inbound, even if we are retransmitting SYN+MP_JOIN's, like:
I think it is ok that packetdrill uses static values for the random nonce or keys. If somebody wants to use different values he can still set them manually in the packetdrill-script.
The text was updated successfully, but these errors were encountered: