[tcp_transport] - Adds Socks4 proxy transport

- Basic implementation of Socks4 protocol.
- Introduce basic host testing.
This commit is contained in:
Euripedes Rocha
2022-10-05 15:20:39 +02:00
parent a3782377d7
commit d6db90a3cd
23 changed files with 718 additions and 36 deletions

View 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"