attempt test suite 3

This commit is contained in:
2026-03-12 03:10:45 -04:00
parent 11f05ad93a
commit c1cdf846e5
7 changed files with 14 additions and 14 deletions

View File

@@ -4,9 +4,9 @@
mtype = { SYN, FIN, ACK, ABORT, CLOSE, RST, OPEN }
chan AtoN = [1] of { mtype };
chan NtoA = [0] of { mtype };
chan NtoA = [1] of { mtype };
chan BtoN = [1] of { mtype };
chan NtoB = [0] of { mtype };
chan NtoB = [1] of { mtype };
int state[2];
int pids[2];

View File

@@ -4,9 +4,9 @@
mtype = { SYN, FIN, ACK, ABORT, CLOSE, RST, OPEN }
chan AtoN = [1] of { mtype };
chan NtoA = [0] of { mtype };
chan NtoA = [1] of { mtype };
chan BtoN = [1] of { mtype };
chan NtoB = [0] of { mtype };
chan NtoB = [1] of { mtype };
int state[2];
int pids[2];

View File

@@ -4,9 +4,9 @@
mtype = { SYN, FIN, ACK, ABORT, CLOSE, RST, OPEN }
chan AtoN = [1] of { mtype };
chan NtoA = [0] of { mtype };
chan NtoA = [1] of { mtype };
chan BtoN = [1] of { mtype };
chan NtoB = [0] of { mtype };
chan NtoB = [1] of { mtype };
int state[2];
int pids[2];

View File

@@ -4,9 +4,9 @@
mtype = { SYN, FIN, ACK, ABORT, CLOSE, RST, OPEN }
chan AtoN = [1] of { mtype };
chan NtoA = [0] of { mtype };
chan NtoA = [1] of { mtype };
chan BtoN = [1] of { mtype };
chan NtoB = [0] of { mtype };
chan NtoB = [1] of { mtype };
int state[2];
int pids[2];

View File

@@ -4,9 +4,9 @@
mtype = { SYN, FIN, ACK, ABORT, CLOSE, RST, OPEN }
chan AtoN = [1] of { mtype };
chan NtoA = [0] of { mtype };
chan NtoA = [1] of { mtype };
chan BtoN = [1] of { mtype };
chan NtoB = [0] of { mtype };
chan NtoB = [1] of { mtype };
int state[2];
int pids[2];

View File

@@ -4,9 +4,9 @@
mtype = { SYN, FIN, ACK, ABORT, CLOSE, RST, OPEN }
chan AtoN = [1] of { mtype };
chan NtoA = [0] of { mtype };
chan NtoA = [1] of { mtype };
chan BtoN = [1] of { mtype };
chan NtoB = [0] of { mtype };
chan NtoB = [1] of { mtype };
int state[2];
int pids[2];

View File

@@ -4,9 +4,9 @@
mtype = { SYN, FIN, ACK, ABORT, CLOSE, RST, OPEN }
chan AtoN = [1] of { mtype };
chan NtoA = [0] of { mtype };
chan NtoA = [1] of { mtype };
chan BtoN = [1] of { mtype };
chan NtoB = [0] of { mtype };
chan NtoB = [1] of { mtype };
int state[2];
int pids[2];