RTCS send with MSG_WAITACK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RTCS send with MSG_WAITACK

675 Views
MattJCole
Contributor V

 

If an ACK is never received will this function eventually timeout. If so how long will it take?

 

 

  

0 Kudos
1 Reply

653 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi @MattJCole :

 

From source code, sock_steam.c.

If flag is set to TCPO_WAIT(MSG_WAITACK), send/recv:  always block (wait for ack of data)

 

Regards

Daniel

0 Kudos