diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-05-08 20:46:33 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-05-09 14:16:00 +0000 |
commit | 211b28a1c267b9d02a920c8a65d202b585a9d437 (patch) | |
tree | 6422e2f3624554521dc61e24b0187ef5cdf64db5 /src/vnet/session-apps/echo_client.h | |
parent | ca76831df3b6abd3c4af6381b873d9f589f20af7 (diff) |
make test: add quic multistream test case
- Also refactor test_quic.py to prepare for
external echo tests & ipv6 tests
Change-Id: I7dff60b375ed67d920e73294e0bf491cd3206d56
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/vnet/session-apps/echo_client.h')
-rw-r--r-- | src/vnet/session-apps/echo_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/session-apps/echo_client.h b/src/vnet/session-apps/echo_client.h index 68a5921f753..34cf0bd4764 100644 --- a/src/vnet/session-apps/echo_client.h +++ b/src/vnet/session-apps/echo_client.h @@ -65,6 +65,7 @@ typedef struct u32 tls_engine; /**< TLS engine mbedtls/openssl */ u8 is_dgram; u32 no_copy; /**< Don't memcpy data to tx fifo */ + u32 quic_streams; /**< QUIC streams per connection */ /* * Test state variables |