Bug: NetX-Duo listening on same port, different interfaces.

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

cross mob
cogoc_1937206
Level 4
Level 4
First like received

When using NetX-Duo, Wiced cannot listen to the same TCP port on both its AP and STA interfaces at the same time.  It looks like the wiced_tcp_listen() function for NetX-Duo makes an assumption about all ports using the STA interface(?) and fails out on its call to nx_tcp_server_socket_relisten() when trying to initialize the second socket.

0 Likes
1 Reply
Anonymous
Not applicable

See the following thread: Bug in NetX Duo tcpip.c wiced_tcp_listen()

0 Likes