NetX/NetX_Duo does not support multiple tcp connection at the same time

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

hi,

I'm using sdk 3.0.1.

The default WICED_DEFAULT_TCP_LISTEN_QUEUE_SIZE is 5.

But I found when build image with NetX/NetX_Duo, I can only have 1 connection.

Build with LwIP seems fine.

0 Likes
1 Solution
Anonymous
Not applicable

Hi Vik86,

It's nothing to do with soft-ap.

What ever we need is to implement a tcp server that allows multiple connection.

Now I found wiced_tcp_server_start() in sdk-3.1.0 is what we need.

BTW, I have reported the issues on the forum about using wiced_tcp_server_start().

View solution in original post

9 Replies