WICED Wi-Fi NetX/NetX-duo keep-alive support

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

cross mob
Anonymous
Not applicable

Hi,

I wanted to know whether wiced wifi sdk 3.3.1 NetX/NetX-duo tcp/ip stack supports keep alive functionality, because in source code I can see following:

wiced_result_t wiced_tcp_enable_keepalive( wiced_tcp_socket_t* socket, uint16_t interval, uint16_t probes, uint16_t time )

{

    UNUSED_PARAMETER( socket );

    UNUSED_PARAMETER( interval );

    UNUSED_PARAMETER( probes );

    UNUSED_PARAMETER( time );

    

     socket->socket.nx_tcp_socket_keepalive_enabled = WICED_TRUE;

    socket->socket.nx_tcp_socket_keepalive_retries = probes;

    socket->socket.nx_tcp_socket_keepalive_timeout = time;

     return WICED_TCPIP_UNSUPPORTED;

}

mwf_mmfaeseyhanjone

0 Likes
6 Replies
Anonymous
Not applicable

someone please reply

0 Likes
Anonymous
Not applicable

mwf_mmfaeseyhanjaeyoung

Kindly reply ASAP, my product release is based on this issue.

I have no idea on this one.  I will ask the applications team manager to assign someone from his team to research.

vik86 seyhan gangi

0 Likes
0 Likes
Anonymous
Not applicable

gangi

I am using Inventek systems module ISM43340-M4G-EVB.


mwf_mmfae

Thread you have given is related to wiced wifi sdk 2.31, however I am using sdk 3.31.

0 Likes
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

Whose module are you using?

We will look into this.

0 Likes