Skip to content
Discussion options

You must be logged in to vote

In lwip/opt.h

/**
 * MEMP_NUM_TCP_PCB: the number of simultaneously active TCP connections.
 * (requires the LWIP_TCP option)
 */
#if !defined MEMP_NUM_TCP_PCB || defined __DOXYGEN__
#define MEMP_NUM_TCP_PCB                5
#endif

You can override this if you build your own firmware by adding it to ports/rp2/lwip_inc/lwipopts.h

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@skyguy
Comment options

@jimmo
Comment options

Answer selected by skyguy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants