- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok I'll ty it. Thanks!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page