mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
232b0eda5f
On ip::tcp::resolver ASIO uses service to identify the type of connection and get the port number. LWIP can't resolve this way.
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_PROXY_ADDRESS
|
|
string "Proxy address"
|
|
default "myproxy"
|
|
help
|
|
Address of the proxy to be used.
|
|
|
|
config EXAMPLE_PROXY_SERVICE
|
|
string "Proxy Service Type"
|
|
default "myport"
|
|
help
|
|
Service type. Due to a limitation of lwip, must
|
|
be the port number e.g. "1080".
|
|
|
|
endmenu
|