diff options
Diffstat (limited to 'test/regression/rtsp_test/netx_rtsp_client_timeout_test.c')
| -rw-r--r-- | test/regression/rtsp_test/netx_rtsp_client_timeout_test.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/rtsp_test/netx_rtsp_client_timeout_test.c b/test/regression/rtsp_test/netx_rtsp_client_timeout_test.c index d164d577..7040dfb5 100644 --- a/test/regression/rtsp_test/netx_rtsp_client_timeout_test.c +++ b/test/regression/rtsp_test/netx_rtsp_client_timeout_test.c @@ -1,3 +1,14 @@ +/***************************************************************************/ +/* Copyright (c) 2024 Microsoft Corporation */ +/* Copyright (c) 2026 Eclipse ThreadX contributors */ +/* */ +/* This program and the accompanying materials are made available under */ +/* the terms of the MIT License which is available at */ +/* https://opensource.org/licenses/MIT. */ +/* */ +/* SPDX-License-Identifier: MIT */ +/***************************************************************************/ + /* This case tests: 1. Client 0 and client 1 connect to RTSP server; 2. CLient 2 tries to connect to RTSP server but fails because the NX_RTSP_SERVER_MAX_CLIENTS is 2; |
