How to measure a downloadTask Speed:
The Method which I thought is:
calc the last 3s avg speed, and reset received Bytes after 3s, and start a NSTimer which every 0.8s call once.
But this will cause a problem: After 3s the NSTimer call at once, the received Bytes has been reset to 0, but I want a Smooth speed.