Skip to content

Commit

Permalink
Merge pull request #54 from smoriemb/bugfix/modification-to-go-along-…
Browse files Browse the repository at this point in the history
…with-dhcp-env

Doubled the maximum number of sockets to go along with the DHCP client.
  • Loading branch information
takasehideki authored Oct 26, 2023
2 parents e57d1e8 + 95b9cac commit 2ff1f77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"*": {
"platform.stdio-baud-rate": 115200,
"rtos.main-thread-stack-size": 8192,
"lwip.pbuf-pool-size": 20
"lwip.pbuf-pool-size": 20,
"lwip.socket-max": 8,
"lwip.udp-socket-max": 8
},
"K64F": {
"platform.stdio-baud-rate": 9600
Expand Down

0 comments on commit 2ff1f77

Please # to comment.