This project is mirrored from https://github.com/nplab/packetdrill.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 13, 2018
-
-
Michael Tüxen authored
-
- Oct 12, 2018
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
-
- Oct 11, 2018
-
-
Michael Tüxen authored
-
- Oct 08, 2018
-
-
Michael Tüxen authored
-
- Oct 05, 2018
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tuexen authored
-
Michael Tüxen authored
-
- Oct 04, 2018
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
-
- Sep 21, 2018
-
-
Michael Tüxen authored
Enable sctp_sendv/sctp_recvv on Linux
-
- Sep 20, 2018
-
-
Jianwen Ji authored
lksctp-tools has supported sctp_sendv and sctp_recvv. Signed-off-by:
Jianwen Ji <jijianwen@gmail.com>
-
- Sep 18, 2018
-
-
Michael Tüxen authored
The assert() calls clarify and ensure which thread the functions is allowed to run in.
-
- Sep 17, 2018
-
-
Michael Tüxen authored
-
Michael Tüxen authored
When tearing down a TCP connection, try injecting a RST segment by pretending to peer has received the last packet as an out of the blue packet.
-
- Sep 15, 2018
-
-
Michael Tüxen authored
Add python also on Linux as it is required by some scripts.
-
Michael Tüxen authored
python is required for some test scripts.
-
- Sep 12, 2018
-
-
Michael Tüxen authored
Focus on 64-bit systems instead of 32-bit for sctp_primary_addr.pkt on Linux
-
Jianwen Ji authored
Before fix: sctp_primary_addr.pkt:13: runtime error in setsockopt call: Expected result 0 but got -1 with errno 22 (Invalid argument) After fix: test passed both on Linux x86_64 and ppc64le Signed-off-by:
Jianwen Ji <jijianwen@gmail.com>
-
- Sep 10, 2018
-
-
Michael Tüxen authored
Fix the control message length issue on Linux
-
- Sep 04, 2018
-
-
jijianwen authored
Signed-off-by:
jijianwen <jijianwen@localhost.localdomain>
-
- Aug 28, 2018
-
-
Michael Tüxen authored
-
- Aug 27, 2018
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
- Aug 18, 2018
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
This allows the usage of --ip_version=ipv4_mapped_ipv6 at the beginning of a script.
-
- Aug 02, 2018
-
-
Michael Tüxen authored
Ensure that 0.00 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3 +1.00 close(3) = -1 `echo Cleanup` works
-
Michael Tüxen authored
Ensure that 0.00 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3 +1.00 close(3) = -1 is handled correctly.
-
- Jun 23, 2018
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
The names of the constants were wrong and the code wasn't dealing with the case that none of the constants are defined, like in the case on PowerPC for FreeBSD.
-
- Jun 09, 2018
-
-
Michael Tüxen authored
This is ported from packetdrill 2.0.
-