mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-23 15:27:28 +02:00
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:
committed by
gabsuren
parent
b76d3fbff9
commit
30dae8f7ed
3
examples/protocols/asio/socks4/sdkconfig.defaults
Normal file
3
examples/protocols/asio/socks4/sdkconfig.defaults
Normal file
@ -0,0 +1,3 @@
|
||||
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
||||
CONFIG_COMPILER_CXX_RTTI=y
|
||||
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=0
|
Reference in New Issue
Block a user