| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
before sniffing, Scapy 2.4.0 remembers old packets that confuse the
test.
|
|
|
|
| |
that the test does not receive any.
|
|
|
|
|
|
|
| |
assumed that it would have to send an additional ACK for that.
There was a race where the test could miss the TCP retransmit before
it did send the ACK. Sniff for the TCP retransmit before sending
the ICMP packet and do not send the ACK.
|
|
|
|
|
| |
ignores such packets. This should avoid some sporadic failures.
While there, use variable names consistently in all tests.
|
|
|
|
| |
sending an ICMP6 too big packet with MTU 1272.
|
| |
|
|
the kernel. Generate TCP and TCP6 and UDP6 packets with Scapy,
check the kernel's reaction to ICMP fragmentation needed and ICMP6
packet too big.
OK mpi@
|