It's generally a very bad idea to implement something like this into server.. (esp. if server has large files on it) as crc calculation would consume every last bit of cpu time there is left. Likelihood of files being corrupted during transfer over TCP is near 0%.
|