From 78c896b3b3127515478090c19447e27dc406427e Mon Sep 17 00:00:00 2001 From: Jianfeng Tan Date: Mon, 18 Nov 2019 06:59:50 +0000 Subject: TLDKv2 Signed-off-by: Jianfeng Tan Signed-off-by: Jielong Zhou Signed-off-by: Jian Zhang Signed-off-by: Chen Zhao Change-Id: I55c39de4c6cd30f991f35631eb507f770230f08e --- test/packetdrill/README | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 test/packetdrill/README (limited to 'test/packetdrill/README') diff --git a/test/packetdrill/README b/test/packetdrill/README new file mode 100644 index 0000000..bfa0a47 --- /dev/null +++ b/test/packetdrill/README @@ -0,0 +1,58 @@ + +packetdrill +=========== + +This directory contains the source code for the packetdrill network +stack testing tool. + +The web site for packetdrill is here: + +https://code.google.com/p/packetdrill/ + + +building +======== + +To build packetdrill, first install flex and bison. + +Then set up the Makefile for your platform: + +# ./configure + +Then build the tool: + +# make + + +running +======= + +Here's a quick example. + +On FreeBSD, OpenBSD, and NetBSD, try: + +# ./packetdrill tests/bsd/fast_retransmit/fr-4pkt-sack-bsd.pkt + +On Linux try: + +# ./packetdrill tests/linux/fast_retransmit/fr-4pkt-sack-linux.pkt + + +license +======= + +The packetdrill tool is released under version 2 of the GPL. See the +COPYING file for full details. + + +discussion and contributions +============================== + +If you have any questions, or code or patches to offer, please join +the packetdrill e-mail list at: + +http://groups.google.com/group/packetdrill + +Contributions of code or tests are both welcomed! + +Enjoy! -- cgit 1.2.3-korg