commit | ca4fb892579f110d3ab4865eb2aef36be7683a7c | [log] [tgz] |
---|---|---|
author | Yonglong Li <liyonglong@chinatelecom.cn> | Fri Apr 23 11:17:08 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 23 14:06:32 2021 -0700 |
tree | 55284c6f20d8a40350974208b61c11e03b216e25 | |
parent | 987858e5d026d355535b34f17c6ceeb1d71ccf75 [diff] |
mptcp: add MSG_PEEK support This patch adds support for MSG_PEEK flag. Packets are not removed from the receive_queue if MSG_PEEK set in recv() system call. Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Yonglong Li <liyonglong@chinatelecom.cn> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>