• add torrent.received; change torrent.downloaded

    feross authored and solderzzc committed Aug 23, 2015
    The previous behavior of `torrent.downloaded` is now
    `torrent.received`. This is bytes received from peers (including
    invalid data).
    
    The new `torrent.downloaded` is what most people expected it to be all
    along. Bytes completed (excluding invalid data).