summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/synproxy.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/synproxy.t.json')
-rw-r--r--tests/py/inet/synproxy.t.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/py/inet/synproxy.t.json b/tests/py/inet/synproxy.t.json
index 313fa9fe..92c69d75 100644
--- a/tests/py/inet/synproxy.t.json
+++ b/tests/py/inet/synproxy.t.json
@@ -69,3 +69,28 @@
}
}
]
+
+# synproxy mss 1460 wscale 5 timestamp sack-perm
+[
+ {
+ "synproxy": {
+ "flags": [
+ "timestamp",
+ "sack-perm"
+ ],
+ "mss": 1460,
+ "wscale": 5
+ }
+ }
+]
+
+# synproxy sack-perm
+[
+ {
+ "synproxy": {
+ "flags": [
+ "sack-perm"
+ ]
+ }
+ }
+]