Replies: 2 comments 2 replies
-
I'm traveling so can't verify the number, but you can use the large TCP options on the menus (32k) to get more PCBs. You can also build your own libpico and change lwipopts.h in tools/libpico |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks a lot, using the 32k TCP option in the Arduino IDE gives me 10 TCP client connections. I did not notice that option as I was running Platformio. Unfortunately, it doesn't seem to be as easy as just adding "-D__LWIP_MEMMULT=2" to the build_flags in Platformio. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the current implementation, it looks like the number of concurrent TCP client connections is limited to a total of 5.
Is there a known way to increase the number of allowed TCP client connections?
Beta Was this translation helpful? Give feedback.
All reactions