• David Dykstra's avatar
    A slight compensation I had just added for total bytes read when using -v · 23c5aef1
    David Dykstra authored
    was incorrect.  It's hard to tell how many bytes are actually read because
    transferring the value changes it and depending on its value it may
    transfer 4 or 12 bytes so instead change the sender side to not include the
    length of the counters it sends at all (it had been including one but three
    are sent).
    23c5aef1
main.c 13.4 KB