Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21615 Discussions

Confirm acks are eceived with interniche stack

Altera_Forum
Honored Contributor II
1,170 Views

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?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
482 Views

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
0 Kudos
Altera_Forum
Honored Contributor II
482 Views

Ok I'll ty it. Thanks!

0 Kudos
Reply