commit | d976092ce1b04d634d408f475224347cfae81201 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Fri Apr 23 11:17:06 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 23 14:06:32 2021 -0700 |
tree | 1d6fedac55b77ebb739e9777819a25e9f98c1bda | |
parent | cb9d80f4940ee5d4b7c7cad7418a6c893c6c4279 [diff] |
mptcp: implement MSG_TRUNC support The mentioned flag is currently silenlty ignored. This change implements the TCP-like behaviour, dropping the pending data up to the specified length. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Sigend-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>