summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/mptcp/.gitignore
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-12-03 14:35:35 -0800
committerJakub Kicinski <kuba@kernel.org>2021-12-07 11:36:30 -0800
commitb51880568f20250cc62057f4b747c8212ac3e06c (patch)
tree3d1be2cebb4211ee20a24169b4178ab356cac182 /tools/testing/selftests/net/mptcp/.gitignore
parent644807e3e4629b3fbb99032401f57a0f7e06f506 (diff)
selftests: mptcp: add inq test case
client & server use a unix socket connection to communicate outside of the mptcp connection. This allows the consumer to know in advance how many bytes have been (or will be) sent by the peer. This allows stricter checks on the bytecounts reported by TCP_INQ cmsg. Suggested-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/net/mptcp/.gitignore')
-rw-r--r--tools/testing/selftests/net/mptcp/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/mptcp/.gitignore b/tools/testing/selftests/net/mptcp/.gitignore
index 7569d892967a..49daae73c41e 100644
--- a/tools/testing/selftests/net/mptcp/.gitignore
+++ b/tools/testing/selftests/net/mptcp/.gitignore
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
mptcp_connect
+mptcp_inq
mptcp_sockopt
pm_nl_ctl
*.pcap