mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 12:53:29 +00:00
[tcp_transport] - Adds Socks4 proxy transport
- Basic implementation of Socks4 protocol. - Introduce basic host testing.
This commit is contained in:
7
components/tcp_transport/host_test/main/catch_main.cpp
Normal file
7
components/tcp_transport/host_test/main/catch_main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch/catch.hpp"
|
Reference in New Issue
Block a user