2016-09-16 07:48:34 +00:00
{
"name" : "lwip" ,
"config" : {
"ipv4-enabled" : {
"help" : "Enable IPv4" ,
"value" : true
} ,
"ipv6-enabled" : {
"help" : "Enable IPv6" ,
"value" : false
} ,
"ip-ver-pref" : {
2017-02-16 10:48:44 +00:00
"help" : "On dual-stack system the preferred stack: 4 for IPv4 and 6 for IPv6" ,
2016-09-16 07:48:34 +00:00
"value" : 4
} ,
"addr-timeout" : {
2017-02-16 10:48:44 +00:00
"help" : "On dual-stack system how long to wait preferred stack's address in seconds" ,
2016-09-16 07:48:34 +00:00
"value" : 5
2016-10-19 20:37:52 +00:00
} ,
2017-02-16 10:48:44 +00:00
"ethernet-enabled" : {
"help" : "Enable support for Ethernet interfaces" ,
"value" : true
} ,
2017-03-13 11:28:40 +00:00
"debug-enabled" : {
"help" : "Enable debug trace support" ,
"value" : false
} ,
2017-02-16 10:48:44 +00:00
"ppp-enabled" : {
"help" : "Enable support for PPP interfaces" ,
2017-05-23 17:07:24 +00:00
"value" : false ,
"macro_name" : "NSAPI_PPP_AVAILABLE"
2017-02-16 10:48:44 +00:00
} ,
2017-03-13 11:28:40 +00:00
"use-mbed-trace" : {
"help" : "Use mbed trace for debug, rather than printf" ,
"value" : false
} ,
"enable-ppp-trace" : {
"help" : "Enable trace support for PPP interfaces" ,
"value" : false
} ,
2016-10-19 20:37:52 +00:00
"socket-max" : {
"help" : "Maximum number of open TCPServer, TCPSocket and UDPSocket instances allowed, including one used internally for DNS. Each requires 236 bytes of pre-allocated RAM" ,
"value" : 4
} ,
2017-02-16 10:48:44 +00:00
"tcp-enabled" : {
"help" : "Enable TCP" ,
"value" : true
} ,
2016-10-19 20:37:52 +00:00
"tcp-server-max" : {
"help" : "Maximum number of open TCPServer instances allowed. Each requires 72 bytes of pre-allocated RAM" ,
"value" : 4
} ,
"tcp-socket-max" : {
"help" : "Maximum number of open TCPSocket instances allowed. Each requires 196 bytes of pre-allocated RAM" ,
"value" : 4
} ,
"udp-socket-max" : {
"help" : "Maximum number of open UDPSocket instances allowed, including one used internally for DNS. Each requires 84 bytes of pre-allocated RAM" ,
"value" : 4
2017-04-10 04:45:10 +00:00
} ,
"tcpip-thread-stacksize" : {
"help" : "Stack size for lwip TCPIP thread" ,
"value" : 1200
} ,
"default-thread-stacksize" : {
"help" : "Stack size for lwip system threads" ,
"value" : 512
2017-03-14 12:08:35 +00:00
} ,
"ppp-thread-stacksize" : {
"help" : "Thread stack size for PPP" ,
2017-06-30 12:07:12 +00:00
"value" : 768
2016-09-16 07:48:34 +00:00
}
}
}