Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Confirm acks are eceived with interniche stack

Altera_Forum
Honored Contributor II
1,173 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
485 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
485 Views

Ok I'll ty it. Thanks!

0 Kudos
Reply