Click to See Complete Forum and Search --> : Resume Download


chacham15
October 18th, 2009, 09:24 AM
I'm trying to write a program that can resume downloads after the connection has been lost. Is there any way to do this without subverting the os tcp stack? (I.E. i dont want to send a hacked packet ACK'ing the bytes that I already have, but if its not hacked and a winapi call thats cool). I have been using the winsock library for tcp and would like to continue to do so since it shares api calls with unix. Besides winsock, I dont want to use existing libraries to implement this, I want to learn how to do it myself.

Thanks!
Chacham15

chacham15
October 20th, 2009, 10:53 AM
bump