EXAMPLES/ASIO: Adds a SOCKS4 example

Creates an example on how to connect using Socks4 based proxy.


* Original commit: espressif/esp-idf@f7b842bbc7
This commit is contained in:
Euripedes Rocha
2021-12-01 10:48:49 -03:00
committed by gabsuren
parent b76d3fbff9
commit 30dae8f7ed
8 changed files with 642 additions and 2 deletions

View File

@ -0,0 +1,3 @@
CONFIG_COMPILER_CXX_EXCEPTIONS=y
CONFIG_COMPILER_CXX_RTTI=y
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=0