Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Confirm acks are eceived with interniche stack

Hello!

I have a project where i need to send some data and confirm that everything has arrived arrived before transmitting the next chunk. Which function in the API gives me a way to know that all this data have arrived? how to know that all the bytes sent have received their corresponding ACKs?

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I assume you are using a TCP socket for data transfer. I believe that failure of the link partner to ACK a packet results in an error on the socket interface. Though I can't remember the error code.

    Jake