From b795bd0c5cadfc6734ee8b2355cbc3965be0a1c1 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 14 Dec 2017 11:30:48 -0800 Subject: tcp: add builtin server/client transfer test Change-Id: Iab0baabf2f27bc7ad7fbf2d2789a493752b07d8a Signed-off-by: Florin Coras --- src/vnet/tcp/builtin_client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vnet/tcp/builtin_client.h') diff --git a/src/vnet/tcp/builtin_client.h b/src/vnet/tcp/builtin_client.h index 400c55c8685..a214ae1e1b1 100644 --- a/src/vnet/tcp/builtin_client.h +++ b/src/vnet/tcp/builtin_client.h @@ -97,6 +97,9 @@ typedef struct int i_am_master; int drop_packets; /**< drop all packets */ u8 prealloc_fifos; /**< Request fifo preallocation */ + u8 no_output; + u8 test_bytes; + u8 test_failed; /* * Convenience -- cgit 1.2.3-korg