Searched hist:"53 eb4c383deb97b59f1755fe3035ec7992488375" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | diff 53eb4c383deb97b59f1755fe3035ec7992488375 Thu Jul 23 06:02:30 CDT 2020 Paolo Abeni <pabeni@redhat.com> mptcp: avoid data corruption on reinsert
When updating a partially acked data fragment, we actually corrupt it. This is irrelevant till we send data on a single subflow, as retransmitted data, if any are discarded by the peer as duplicate, but it will cause data corruption as soon as we will start creating non backup subflows.
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Tested-by: Christoph Paasch <cpaasch@apple.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|