ThreadX Execution State TX_TCP_IP

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

cross mob
Anonymous
Not applicable

Could you please explain what does thread execution state TX_TCP_IP (12) mean?

There is no description about it in ThreadX documentation.

Thanks,

Johan

0 Likes
1 Reply
Anonymous
Not applicable

TX_TCP_IP means the thread is suspended and is waiting for a TCP/IP event e.g. the thread is suspended on NetX TCP socket waiting for incoming packet or suspended on IP interface waiting for ICMP ping reply.

0 Likes