socket-example: Add tcp client example for multiple interfaces

This commit is contained in:
Liu Han
2019-12-04 18:27:28 +08:00
committed by David Cermak
parent be3b6b7cb8
commit 547210f7a5
8 changed files with 322 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
menu "Example Configuration"
config EXAMPLE_HOST_NAME
string "Host Name"
default "baidu.com"
help
host name
config EXAMPLE_HOST_PORT
int "Host Port"
default 80
range 0 65535
help
host port
endmenu