aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest/test_tle_tcp_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest/test_tle_tcp_stream.h')
-rw-r--r--test/gtest/test_tle_tcp_stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/gtest/test_tle_tcp_stream.h b/test/gtest/test_tle_tcp_stream.h
index 2caf2b5..cb2946e 100644
--- a/test/gtest/test_tle_tcp_stream.h
+++ b/test/gtest/test_tle_tcp_stream.h
@@ -41,6 +41,10 @@ static struct tle_ctx_param ctx_prm_tmpl = {
.socket_id = SOCKET_ID_ANY,
.proto = TLE_PROTO_TCP,
.max_streams = MAX_STREAMS,
+ . free_streams = {
+ .min = 0,
+ .max = 0,
+ },
.max_stream_rbufs = MAX_STREAM_RBUFS,
.max_stream_sbufs = MAX_STREAM_SBUFS,
};