Menu

unreliable transfer - parameter tweaking

2020-09-22
2020-09-24
  • tobias frahm

    tobias frahm - 2020-09-22

    Hello,

    I am facing a unreliable transfer.
    Setup:
    I have a performant Laptop (1Gbps ethernet interface) with manjaro Linux running.
    My clients are Raspberry 3B+ (no quite sure whats possible, but I read about 100Mbps up to 340 Mbps) I target less than 100Mbps, less is Okay, but I need it stable.

    I am Running Tests, sening a 1GB file from one server to two clients.
    Created Custom logs, just because I am too lazy to go through more than 300 Logs and python did sum-up the work.
    One bug to mention: Total NAKs found 7284.0 from my custom log measn that there are 7284 lines which unlcude the string NAKs.

    The challenge:
    I did about 100 runs per setup to see if something changes. I also did way more than mentioned here, but these results are representive of my overall observings.

    On client site, I just use
    uftpd -d -D ~/Downloads

    On server site
    uftp ~/projects/dummies/oneG.dummie -x 3 -I enp5s0f3u1u4u3 -r 0.5:0.10:15.0 -R 78000 -B 2097152 -L logs/uftp.log

    Outcome:

    INFO:root:Total NAKs found 7284.0
    INFO:root:Avr throughput without fails: 52.2 Mbps
    INFO:root:Avr time needed without fails: 162.12s
    INFO:root:Avr throughput with fails: 48.02 Mbps
    INFO:root:Avr time needed with fails: 149.15s
    INFO:root: 8.0 of 100.0 runs in total failed
    

    So far so good, in 8% of the cases a timeout occured.
    Next Try

    INFO:root:uftp ~/projects/dummies/oneG.dummie -x 3 -I enp5s0f3u1u4u3 -r 0.5:0.10:15.0 -R 77000 -B 2097152 -L logs/uftp.log
    

    Outcome:

    INFO:root:Total NAKs found 8863.0
    INFO:root:Avr throughput without fails: 48.7 Mbps
    INFO:root:Avr time needed without fails: 176.3s
    INFO:root:Avr throughput with fails: 39.44 Mbps
    INFO:root:Avr time needed with fails: 142.8s
    INFO:root: 19.0 of 100.0 runs in total failed
    

    How is that possible? It goes 1k slower, timeout jumps up to 19%

    Next, same settings as the first run.

    INFO:root:uftp ~/projects/dummies/oneG.dummie -x 3 -I enp5s0f3u1u4u3 -r 0.5:0.10:15.0 -R 78000 -B 2097152 -L logs/uftp.log
    

    Outcome:

    INFO:root:Total NAKs found 9561.0
    INFO:root:Avr throughput without fails: 48.79 Mbps
    INFO:root:Avr time needed without fails: 175.01s
    INFO:root:Avr throughput with fails: 37.08 Mbps
    INFO:root:Avr time needed with fails: 133.01s
    INFO:root: 24.0 of 100.0 runs in total failed
    

    24% time out. with the exact same settings as the first run +-20% ?

    Okay lets go slower...

    INFO:root:uftp ~/projects/dummies/oneG.dummie -x 3 -I enp5s0f3u1u4u3 -r 0.5:0.10:15.0 -R 65000 -B 2097152 -L logs/uftp.log
    

    Outcome:

    INFO:root:Total NAKs found 5767.0
    INFO:root:Avr throughput without fails: 46.18 Mbps
    INFO:root:Avr time needed without fails: 182.54s
    INFO:root:Avr throughput with fails: 44.34 Mbps
    INFO:root:Avr time needed with fails: 175.24s
    INFO:root: 4.0 of 100.0 runs in total failed
    

    mhm seems to work? Let`s try again just to be sure..

    INFO:root:uftp ~/projects/dummies/oneG.dummie -x 3 -I enp5s0f3u1u4u3 -Q 46 -r 0.5:0.10:15.0 -R 65000 -B 2097152 -L logs/uftp.log
    

    Did not had that much time, only 20 runs.
    But the Outcome is way worse.

    INFO:root:Total NAKs found 1063.0
    INFO:root:Avr throughput without fails: 43.34 Mbps
    INFO:root:Avr time needed without fails: 196.05s
    INFO:root:Avr throughput with fails: 30.34 Mbps
    INFO:root:Avr time needed with fails: 137.23s
    INFO:root: 6.0 of 20.0 runs in total failed
    

    The original logs showing that I am facing time outs so I took a closer look at the grtt, but I would expect a more stable result. I "own" the network, beside of some ARPS is there nothing going on. Just a laptop, one switch and two raspberrys.

    The grtt with a minimum of 0.09 is already pretty high(?), normally the logs showing about 0.01xx rtt
    I also tried a higher min value, but beside that the transfer is getting slower and slower, the timeouts are still there. Sometimes more, sometimes less.

    2020/09/22 08:57:16.396307: [9B14D2FF/00:0]: Received REGISTER from client 0xA9FE6C4B
    2020/09/22 08:57:16.396362: [9B14D2FF/00:0]: send time = 1600757836.385364
    2020/09/22 08:57:16.396402: [9B14D2FF/00:0]: rx time = 1600757836.395929
    2020/09/22 08:57:16.396441: [9B14D2FF/00:0]:   rtt = 0.010565
    

    This is what a average client log looks like:
    This was sended with:

    uftp ~/projects/dummies/oneG.dummie -x 3 -s 50 -I enp5s0f3u1u4u3 -r 0.5:0.14:15.0 -R 60000 -L logs/uftp.log
    
    pi@raspberrypi:~ $ uftpd -d -D ~/Downloads/
    2020/09/22 10:26:02.653309: UFTP version 5.0  Copyright (C) 2001-2020  Dennis A. Bush
    2020/09/22 10:26:02.659988: Loaded ECDSA key with curve prime256v1 and fingerprint C8:7F:14:6B:35:84:6A:F1:72:64:20:86:B8:DE:7F:5B:92:EE:16:AA
    2020/09/22 10:26:35.528161: [15990A7E/00:0]: Received request from A9FEDE80 at 169.254.222.128 (169.254.222.128)
    2020/09/22 10:26:35.528327: [15990A7E/00:0]: Using private multicast address 230.5.5.168
    2020/09/22 10:26:35.528966: [15990A7E/00:0]: REGISTER sent
    2020/09/22 10:26:36.449855: [15990A7E/00:0]: Received KEYINFO
    2020/09/22 10:26:36.453363: [15990A7E/00:0]: KEYINFO_ACK sent
    2020/09/22 10:26:55.793931: [15990A7E/00:0001]: Name of file to receive: oneG.dummie
    2020/09/22 10:26:55.794106: [15990A7E/00:0001]: Bytes: 1073741824, Blocks: 825956, Sections: 80
    2020/09/22 10:26:55.933989: [15990A7E/00:0001]: FILEINFO_ACK sent
    2020/09/22 10:27:10.502361: [15990A7E/00:0001]: Sent 6115 NAKs for section 5
    2020/09/22 10:27:10.503430: [15990A7E/00:0001]: Sent 10325 NAKs for section 6
    2020/09/22 10:27:10.927926: [15990A7E/00:0001]: Sent 7941 NAKs for section 7
    2020/09/22 10:27:12.780633: [15990A7E/00:0001]: Sent 191 NAKs for section 8
    2020/09/22 10:27:16.491897: [15990A7E/00:0001]: Sent 152 NAKs for section 10
    2020/09/22 10:27:23.410800: [15990A7E/00:0001]: Sent 2892 NAKs for section 13
    2020/09/22 10:27:23.914010: [15990A7E/00:0001]: Sent 7519 NAKs for section 14
    2020/09/22 10:27:44.748964: [15990A7E/00:0001]: Sent 1279 NAKs for section 16
    2020/09/22 10:27:44.751497: [15990A7E/00:0001]: Sent 10325 NAKs for section 17
    2020/09/22 10:27:44.753793: [15990A7E/00:0001]: Sent 10325 NAKs for section 18
    2020/09/22 10:27:44.755957: [15990A7E/00:0001]: Sent 10325 NAKs for section 19
    2020/09/22 10:27:44.758151: [15990A7E/00:0001]: Sent 10325 NAKs for section 20
    2020/09/22 10:27:44.760516: [15990A7E/00:0001]: Sent 10325 NAKs for section 21
    2020/09/22 10:27:44.762788: [15990A7E/00:0001]: Sent 10325 NAKs for section 22
    2020/09/22 10:27:44.940347: [15990A7E/00:0001]: Sent 9345 NAKs for section 23
    2020/09/22 10:27:44.941759: [15990A7E/00:0001]: Sent 10325 NAKs for section 24
    2020/09/22 10:27:44.943069: [15990A7E/00:0001]: Sent 10325 NAKs for section 25
    2020/09/22 10:27:46.177486: [15990A7E/00:0001]: Sent 3424 NAKs for section 26
    2020/09/22 10:27:57.309297: [15990A7E/00:0001]: Sent 69 NAKs for section 32
    2020/09/22 10:28:16.976032: [15990A7E/00:0001]: Sent 7726 NAKs for section 37
    2020/09/22 10:28:16.977379: [15990A7E/00:0001]: Sent 10324 NAKs for section 38
    2020/09/22 10:28:16.978663: [15990A7E/00:0001]: Sent 10324 NAKs for section 39
    2020/09/22 10:28:16.979964: [15990A7E/00:0001]: Sent 10324 NAKs for section 40
    2020/09/22 10:28:16.981268: [15990A7E/00:0001]: Sent 10324 NAKs for section 41
    2020/09/22 10:28:16.982576: [15990A7E/00:0001]: Sent 10324 NAKs for section 42
    2020/09/22 10:28:17.714058: [15990A7E/00:0001]: Sent 6184 NAKs for section 43
    2020/09/22 10:28:21.425662: [15990A7E/00:0001]: Sent 167 NAKs for section 45
    2020/09/22 10:28:26.990995: [15990A7E/00:0001]: Sent 125 NAKs for section 48
    2020/09/22 10:28:41.670620: [15990A7E/00:0001]: Sent 4502 NAKs for section 50
    2020/09/22 10:28:41.672078: [15990A7E/00:0001]: Sent 10324 NAKs for section 51
    2020/09/22 10:28:41.673468: [15990A7E/00:0001]: Sent 10324 NAKs for section 52
    2020/09/22 10:28:41.674969: [15990A7E/00:0001]: Sent 10324 NAKs for section 53
    2020/09/22 10:28:41.676533: [15990A7E/00:0001]: Sent 10324 NAKs for section 54
    2020/09/22 10:28:41.678052: [15990A7E/00:0001]: Sent 10324 NAKs for section 55
    2020/09/22 10:28:41.833137: [15990A7E/00:0001]: Sent 9408 NAKs for section 56
    2020/09/22 10:29:08.223268: [15990A7E/00:0001]: Sent 1278 NAKs for section 64
    2020/09/22 10:29:08.225285: [15990A7E/00:0001]: Sent 10324 NAKs for section 65
    2020/09/22 10:29:08.227055: [15990A7E/00:0001]: Sent 10324 NAKs for section 66
    2020/09/22 10:29:08.228864: [15990A7E/00:0001]: Sent 10324 NAKs for section 67
    2020/09/22 10:29:08.230671: [15990A7E/00:0001]: Sent 10324 NAKs for section 68
    2020/09/22 10:29:08.232421: [15990A7E/00:0001]: Sent 10324 NAKs for section 69
    2020/09/22 10:29:08.234129: [15990A7E/00:0001]: Sent 10324 NAKs for section 70
    2020/09/22 10:29:09.661923: [15990A7E/00:0001]: Sent 2308 NAKs for section 71
    2020/09/22 10:29:21.157603: [15990A7E/00:0001]: Sent 2890 NAKs for section 76
    2020/09/22 10:29:21.159247: [15990A7E/00:0001]: Sent 10324 NAKs for section 77
    2020/09/22 10:29:22.643187: [15990A7E/00:0001]: Sent 2024 NAKs for section 78
    2020/09/22 10:29:24.350773: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:29:24.771527: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:29:26.019792: [15990A7E/00:0001]: Sent 573 NAKs for section 5
    2020/09/22 10:29:44.417525: [15990A7E/00:0001]: Sent 1716 NAKs for section 18
    2020/09/22 10:29:48.371065: [15990A7E/00:0001]: Sent 2085 NAKs for section 19
    2020/09/22 10:29:48.372806: [15990A7E/00:0001]: Sent 10325 NAKs for section 20
    2020/09/22 10:29:49.981704: [15990A7E/00:0001]: Sent 1333 NAKs for section 21
    2020/09/22 10:30:22.244427: [15990A7E/00:0001]: Sent 9339 NAKs for section 40
    2020/09/22 10:30:23.363243: [15990A7E/00:0001]: Sent 4085 NAKs for section 41
    2020/09/22 10:30:44.421090: [15990A7E/00:0001]: Sent 1917 NAKs for section 53
    2020/09/22 10:30:53.063179: [15990A7E/00:0001]: Sent 7616 NAKs for section 56
    2020/09/22 10:31:16.044682: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:31:16.463513: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:31:25.056181: [15990A7E/00:0001]: Sent 731 NAKs for section 18
    2020/09/22 10:31:25.057501: [15990A7E/00:0001]: Sent 2085 NAKs for section 19
    2020/09/22 10:31:25.059950: [15990A7E/00:0001]: Sent 10325 NAKs for section 20
    2020/09/22 10:31:25.061086: [15990A7E/00:0001]: Sent 1333 NAKs for section 21
    2020/09/22 10:31:43.679969: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:31:44.100448: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:31:50.653521: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:31:50.672020: [15990A7E/00:0001]: File transfer complete
    2020/09/22 10:31:50.672410: [15990A7E/00:0001]: COMPLETE sent
    2020/09/22 10:31:50.672575: [15990A7E/00:0001]: starting file close
    2020/09/22 10:31:50.752904: [15990A7E/00:0001]: done file close
    2020/09/22 10:31:51.074222: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:00.753896: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:01.174679: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:02.752649: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:03.173496: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:03.325019: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:03.745852: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:04.343336: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:04.763729: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:04.932114: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:05.333007: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:05.753454: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:05.907880: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:06.324186: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:08.421108: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:08.841746: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:09.054869: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:09.475589: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:09.651796: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:10.062053: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:10.482484: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:11.065808: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:11.486319: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:12.064929: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:12.485615: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:12.906029: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:13.326562: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:13.746965: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:14.167629: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:14.588167: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:15.008704: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:15.429840: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:15.849922: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:16.270380: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:16.690768: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:17.111345: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:17.531873: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:17.952443: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:18.372905: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:18.793526: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:19.214114: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:19.634564: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:20.054990: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:20.595562: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:21.016066: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:21.436827: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:21.857258: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:22.278167: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:22.698519: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:23.119053: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:23.539461: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:23.959862: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:24.380377: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:24.800902: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:25.221405: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:25.641743: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:26.212505: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:26.633017: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:26.803200: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:27.206638: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:27.627116: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:27.777130: [15990A7E/00:0001]: Got DONE message for section 79
    2020/09/22 10:32:27.818755: [15990A7E/00:0]: Got DONE message for group
    2020/09/22 10:32:27.818885: [15990A7E/00:0]: Group complete
    2020/09/22 10:32:27.819244: [15990A7E/00:0]: COMPLETE sent
    

    What I tried so far:

    Configure the grtt -> works, first I was facing way more timed out clients. Since I tweaked it a bit, it is better, but not solved.
    Configure the cache_size (on client site) -> more cache, more drops, less throughput... but do not really know what numbers are making sense here.
    does that influence the linux settings as well?
    Configure the buf_size (on client site) -> more buffer, way more NAKs. Same here I do not know what does make sense here

    I also reconfigured the UDP buffer size on system-level for the clients, but still a lot of NAKs and timeouts.... :(

    How do I determine the best vlaue arguments for my setup?
    How is it possible to change the setup and find the best way to transfer data without testing several days?
    does anyone has any suggestions?
    Thank you

     

    Last edit: tobias frahm 2020-09-22
  • Dennis Bush

    Dennis Bush - 2020-09-22

    Tobias,

    You're getting a very high level of NAKs. Based on the total number of blocks and sections, each section has either 10324 or 10325 blocks, and there are several sections which show NAKs for all blocks in several consecutive sections. One thing in particular that jumped out from the log was this:

    2020/09/22 10:27:23.914010: [15990A7E/00:0001]: Sent 7519 NAKs for section 14
    2020/09/22 10:27:44.748964: [15990A7E/00:0001]: Sent 1279 NAKs for section 16
    2020/09/22 10:27:44.751497: [15990A7E/00:0001]: Sent 10325 NAKs for section 17
    2020/09/22 10:27:44.753793: [15990A7E/00:0001]: Sent 10325 NAKs for section 18
    2020/09/22 10:27:44.755957: [15990A7E/00:0001]: Sent 10325 NAKs for section 19
    2020/09/22 10:27:44.758151: [15990A7E/00:0001]: Sent 10325 NAKs for section 20
    2020/09/22 10:27:44.760516: [15990A7E/00:0001]: Sent 10325 NAKs for section 21
    2020/09/22 10:27:44.762788: [15990A7E/00:0001]: Sent 10325 NAKs for section 22
    2020/09/22 10:27:44.940347: [15990A7E/00:0001]: Sent 9345 NAKs for section 23

    This tells me that there was a gap on the client side where nothing was received from section 15 to section 23, and that there was a 21 second delay in between. This suggests that the client machine was very busy doing something. Did you notice a high CPU load on the client? Was there some other task running?

    You could try dropping the "nice" value to increase the client's priority via the -N option. Also, given that the client device is a Raspberry you could also try disabling encryption via "-Y none" on the server to see if that makes a difference.

    Regards,
    Dennis

     
  • tobias frahm

    tobias frahm - 2020-09-23

    Hello Dennis,
    thank you for your reply.
    So the -Y none was a good shot. Since I already figured out that encryption is indeed a bottleneck on the raspberry. But if it changed something, its not really recognizeable.
    I logged the CPU load during the transfer on raspberry site.

    -Y none, the maximum CPU load was about 10% in this case
    Client:

    pi@raspberrypi:~ $ uftpd -d -D ~/Downloads
    2020/09/23 10:14:16.984219: UFTP version 5.0  Copyright (C) 2001-2020  Dennis A. Bush
    2020/09/23 10:14:16.986478: Loaded ECDSA key with curve prime256v1 and fingerprint 4D:74:D4:F3:ED:F3:31:61:74:49:8D:18:F2:C2:90:A1:5C:95:25:BD
    2020/09/23 10:14:23.479214: [17FC3F8D/00:0]: Received request from A9FEDE80 at 169.254.222.128 (169.254.222.128)
    2020/09/23 10:14:23.479372: [17FC3F8D/00:0]: Using private multicast address 230.5.5.99
    2020/09/23 10:14:23.479765: [17FC3F8D/00:0]: REGISTER sent
    2020/09/23 10:14:24.479119: [17FC3F8D/00:0]: Registration confirmed
    2020/09/23 10:14:25.773278: [17FC3F8D/00:0001]: Name of file to receive: 130M.dummie
    2020/09/23 10:14:25.773438: [17FC3F8D/00:0001]: Bytes: 134217724, Blocks: 103245, Sections: 10
    2020/09/23 10:14:25.774244: [17FC3F8D/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:15:00.220204: [17FC3F8D/00:0001]: Sent 4533 NAKs for section 5
    2020/09/23 10:15:03.962976: [17FC3F8D/00:0001]: Sent 3241 NAKs for section 6
    2020/09/23 10:15:20.302270: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:20.333162: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:24.439308: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.204589: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.205153: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.205366: [17FC3F8D/00:0001]: starting file close
    2020/09/23 10:15:25.205573: [17FC3F8D/00:0001]: done file close
    2020/09/23 10:15:25.206430: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.206625: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.206905: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.207144: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.207333: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.207591: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.207818: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.208007: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.208261: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.208487: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.208675: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.208934: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.209164: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.209352: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.209606: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.209833: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.210021: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.210275: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.210503: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.210691: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.210946: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.211177: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.211365: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.211620: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.211848: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.212036: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.212293: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.212520: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.212708: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.212963: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.213246: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.213435: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.213693: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.213920: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.214107: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.214364: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.214590: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.214777: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.215033: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.215261: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.215452: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.215708: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.215936: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.216124: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.216380: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.216606: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.216794: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.217051: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.217285: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.217476: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.217732: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.217956: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.218041: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.218188: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.218314: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.218449: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.218713: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.218950: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.219139: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.219374: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.219616: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.219803: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.220027: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.220260: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.220448: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.220669: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.220901: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.221089: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.221309: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.221536: [17FC3F8D/00:0001]: Got DONE message for section 9
    2020/09/23 10:15:25.221726: [17FC3F8D/00:0001]: File transfer complete
    2020/09/23 10:15:25.221993: [17FC3F8D/00:0001]: COMPLETE sent
    2020/09/23 10:15:25.222223: [17FC3F8D/00:0]: Got DONE message for group
    2020/09/23 10:15:25.222407: [17FC3F8D/00:0]: Group complete
    2020/09/23 10:15:25.222667: [17FC3F8D/00:0]: COMPLETE sent
    2020/09/23 10:15:25.223349: [17FC3F8D/00:0]: Group file transfer confirmed
    2020/09/23 10:15:47.973776: [D5F3FE50/00:0]: Received request from A9FEDE80 at 169.254.222.128 (169.254.222.128)
    2020/09/23 10:15:47.973929: [D5F3FE50/00:0]: Using private multicast address 230.5.5.52
    2020/09/23 10:15:47.974274: [D5F3FE50/00:0]: REGISTER sent
    2020/09/23 10:15:48.974543: [D5F3FE50/00:0]: Registration confirmed
    2020/09/23 10:15:50.358871: [D5F3FE50/00:0001]: Name of file to receive: 130M.dummie
    2020/09/23 10:15:50.359080: [D5F3FE50/00:0001]: Bytes: 134217724, Blocks: 103245, Sections: 10
    2020/09/23 10:15:50.491582: [D5F3FE50/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:15:50.491841: [D5F3FE50/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:15:50.491960: [D5F3FE50/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:15:50.492060: [D5F3FE50/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:15:50.492156: [D5F3FE50/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:15:57.785608: [D5F3FE50/00:0001]: Sent 1270 NAKs for section 3
    2020/09/23 10:15:59.597555: [D5F3FE50/00:0001]: Sent 48 NAKs for section 4
    2020/09/23 10:16:08.933241: [D5F3FE50/00:0001]: Got DONE message for section 9
    2020/09/23 10:16:08.936004: [D5F3FE50/00:0001]: Sent 221 NAKs for section 3
    2020/09/23 10:16:08.961686: [D5F3FE50/00:0001]: Got DONE message for section 9
    2020/09/23 10:16:09.001881: [D5F3FE50/00:0001]: Got DONE message for section 9
    2020/09/23 10:16:09.015977: [D5F3FE50/00:0001]: Sent 6105 NAKs for section 9
    2020/09/23 10:16:09.031410: [D5F3FE50/00:0001]: Got DONE message for section 9
    2020/09/23 10:16:10.106459: [D5F3FE50/00:0001]: Got DONE message for section 9
    2020/09/23 10:16:10.109840: [D5F3FE50/00:0001]: File transfer complete
    2020/09/23 10:16:10.110242: [D5F3FE50/00:0001]: COMPLETE sent
    2020/09/23 10:16:10.110450: [D5F3FE50/00:0001]: starting file close
    2020/09/23 10:16:11.304780: [D5F3FE50/00:0001]: done file close
    2020/09/23 10:16:11.305707: [D5F3FE50/00:0]: Got DONE message for group
    2020/09/23 10:16:11.305874: [D5F3FE50/00:0]: Group complete
    2020/09/23 10:16:11.306439: [D5F3FE50/00:0]: COMPLETE sent
    2020/09/23 10:16:11.307681: [D5F3FE50/00:0]: Group file transfer confirmed
    2020/09/23 10:19:49.127272: [50D709F3/00:0]: Received request from A9FEDE80 at 169.254.222.128 (169.254.222.128)
    2020/09/23 10:19:49.127422: [50D709F3/00:0]: Using private multicast address 230.5.5.48
    2020/09/23 10:19:49.127647: [50D709F3/00:0]: REGISTER sent
    2020/09/23 10:19:50.130408: [50D709F3/00:0]: Registration confirmed
    2020/09/23 10:19:51.514555: [50D709F3/00:0001]: Name of file to receive: oneG.dummie
    2020/09/23 10:19:51.514717: [50D709F3/00:0001]: Bytes: 1073741824, Blocks: 825956, Sections: 80
    2020/09/23 10:19:51.526563: [50D709F3/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:20:09.389276: [50D709F3/00:0001]: Sent 2076 NAKs for section 8
    2020/09/23 10:20:09.719869: [50D709F3/00:0001]: Sent 8449 NAKs for section 9
    2020/09/23 10:20:16.971860: [50D709F3/00:0001]: Sent 6055 NAKs for section 11
    2020/09/23 10:20:16.974522: [50D709F3/00:0001]: Sent 10325 NAKs for section 12
    2020/09/23 10:20:16.991886: [50D709F3/00:0001]: Sent 10218 NAKs for section 13
    2020/09/23 10:20:18.806621: [50D709F3/00:0001]: Sent 361 NAKs for section 14
    2020/09/23 10:20:33.348654: [50D709F3/00:0001]: Sent 1929 NAKs for section 22
    2020/09/23 10:20:41.481569: [50D709F3/00:0001]: Sent 5300 NAKs for section 25
    2020/09/23 10:20:41.483860: [50D709F3/00:0001]: Sent 10325 NAKs for section 26
    2020/09/23 10:20:42.438109: [50D709F3/00:0001]: Sent 4890 NAKs for section 27
    2020/09/23 10:20:53.963561: [50D709F3/00:0001]: Sent 2076 NAKs for section 33
    2020/09/23 10:20:55.160466: [50D709F3/00:0001]: Sent 3520 NAKs for section 34
    2020/09/23 10:21:02.857065: [50D709F3/00:0001]: Sent 4493 NAKs for section 36
    2020/09/23 10:21:02.859380: [50D709F3/00:0001]: Sent 10324 NAKs for section 37
    2020/09/23 10:21:02.861884: [50D709F3/00:0001]: Sent 10324 NAKs for section 38
    2020/09/23 10:21:04.247232: [50D709F3/00:0001]: Sent 3499 NAKs for section 39
    2020/09/23 10:21:15.155263: [50D709F3/00:0001]: Sent 1 NAKs for section 45
    2020/09/23 10:21:18.789790: [50D709F3/00:0001]: Sent 807 NAKs for section 47
    2020/09/23 10:21:22.426424: [50D709F3/00:0001]: Sent 2934 NAKs for section 49
    2020/09/23 10:21:28.502566: [50D709F3/00:0001]: Sent 6113 NAKs for section 50
    2020/09/23 10:21:28.504926: [50D709F3/00:0001]: Sent 10324 NAKs for section 51
    2020/09/23 10:21:28.507236: [50D709F3/00:0001]: Sent 10324 NAKs for section 52
    2020/09/23 10:21:29.692910: [50D709F3/00:0001]: Sent 3555 NAKs for section 53
    2020/09/23 10:21:39.730037: [50D709F3/00:0001]: Sent 463 NAKs for section 58
    2020/09/23 10:21:40.600215: [50D709F3/00:0001]: Sent 5398 NAKs for section 59
    2020/09/23 10:21:49.404284: [50D709F3/00:0001]: Sent 2881 NAKs for section 61
    2020/09/23 10:21:49.405309: [50D709F3/00:0001]: Sent 10324 NAKs for section 62
    2020/09/23 10:21:49.406328: [50D709F3/00:0001]: Sent 10324 NAKs for section 63
    2020/09/23 10:21:49.687185: [50D709F3/00:0001]: Sent 8753 NAKs for section 64
    2020/09/23 10:22:08.690920: [50D709F3/00:0001]: Sent 2075 NAKs for section 74
    2020/09/23 10:22:14.819498: [50D709F3/00:0001]: Sent 7708 NAKs for section 75
    2020/09/23 10:22:14.821865: [50D709F3/00:0001]: Sent 10324 NAKs for section 76
    2020/09/23 10:22:14.824377: [50D709F3/00:0001]: Sent 10324 NAKs for section 77
    2020/09/23 10:22:15.128851: [50D709F3/00:0001]: Sent 8554 NAKs for section 78
    2020/09/23 10:22:16.932847: [50D709F3/00:0001]: Got DONE message for section 79
    2020/09/23 10:22:16.963341: [50D709F3/00:0001]: Got DONE message for section 79
    2020/09/23 10:22:37.106232: [50D709F3/00:0001]: Sent 263 NAKs for section 50
    2020/09/23 10:22:38.935334: [50D709F3/00:0001]: Sent 2 NAKs for section 52
    2020/09/23 10:22:49.806615: [50D709F3/00:0001]: Sent 2346 NAKs for section 76
    2020/09/23 10:22:54.943292: [50D709F3/00:0001]: Got DONE message for section 79
    2020/09/23 10:22:54.958378: [50D709F3/00:0001]: Sent 6105 NAKs for section 77
    2020/09/23 10:22:54.960296: [50D709F3/00:0001]: Sent 8554 NAKs for section 78
    2020/09/23 10:22:54.973380: [50D709F3/00:0001]: Got DONE message for section 79
    2020/09/23 10:22:57.555849: [50D709F3/00:0001]: Got DONE message for section 79
    2020/09/23 10:22:57.568479: [50D709F3/00:0001]: Sent 263 NAKs for section 50
    2020/09/23 10:22:57.569538: [50D709F3/00:0001]: Sent 10320 NAKs for section 51
    2020/09/23 10:22:57.569868: [50D709F3/00:0001]: Sent 2 NAKs for section 52
    2020/09/23 10:22:57.570444: [50D709F3/00:0001]: Sent 2346 NAKs for section 76
    2020/09/23 10:22:57.584510: [50D709F3/00:0001]: Got DONE message for section 79
    2020/09/23 10:22:59.866479: [50D709F3/00:0001]: Got DONE message for section 79
    2020/09/23 10:22:59.869352: [50D709F3/00:0001]: File transfer complete
    2020/09/23 10:22:59.869915: [50D709F3/00:0001]: COMPLETE sent
    2020/09/23 10:22:59.870305: [50D709F3/00:0001]: starting file close
    2020/09/23 10:22:59.947576: [50D709F3/00:0001]: done file close
    2020/09/23 10:22:59.948936: [50D709F3/00:0]: Got DONE message for group
    2020/09/23 10:22:59.949343: [50D709F3/00:0]: Group complete
    2020/09/23 10:22:59.949788: [50D709F3/00:0]: COMPLETE sent
    2020/09/23 10:22:59.950703: [50D709F3/00:0]: Group file transfer confirmed
    ^C2020/09/23 10:26:51.154338: Exiting on signal 2
    

    Server:

    ~/projects/uft_automator >>> uftp ~/projects/dummies/oneG.dummie -x 3 -s 50 -I enp5s0f3u1u4u3 -R 60000 -Y none                                      
    
    UFTP version 5.0  Copyright (C) 2001-2020  Dennis A. Bush
    Starting at Wed Sep 23 10:20:16 2020
    Transfer rate: 60000 Kbps (7500 KB/s)
    Wait between packets: 176041 ns
    Using private multicast address 230.5.5.48  Group ID: 50D709F3
    Initializing group
    Sending ANNOUNCE 1
    Sending ANNOUNCE 2
    Sending ANNOUNCE 3
    Sending ANNOUNCE 4
    Received REGISTER from client 0xA9FE6C4B
    send time = 1600849221.022617
    rx time = 1600849221.023731
      rtt = 0.001114
    grtt = 0.010000
    Sending REG_CONF 5.1
    Sending ANNOUNCE 5
    grtt = 0.010000
    Sending ANNOUNCE 6
    grtt = 0.010000
    Sending ANNOUNCE 7
    grtt = 0.010000
    Sending ANNOUNCE 8
    grtt = 0.010000
    Sending ANNOUNCE 9
    grtt = 0.010000
    Sending ANNOUNCE 10
    grtt = 0.010000
    Sending ANNOUNCE 11
    grtt = 0.010000
    Sending ANNOUNCE 12
    grtt = 0.010000
    Sending ANNOUNCE 13
    grtt = 0.010000
    Sending ANNOUNCE 14
    grtt = 0.010000
    Sending ANNOUNCE 15
    grtt = 0.010000
    Sending ANNOUNCE 16
    grtt = 0.010000
    Sending ANNOUNCE 17
    grtt = 0.010000
    Sending ANNOUNCE 18
    grtt = 0.010000
    Sending ANNOUNCE 19
    grtt = 0.010000
    Sending ANNOUNCE 20
    grtt = 0.010000
    Sending ANNOUNCE 21
    grtt = 0.010000
    Sending ANNOUNCE 22
    grtt = 0.010000
    Sending ANNOUNCE 23
    grtt = 0.010000
    Sending ANNOUNCE 24
    grtt = 0.010000
    Sending ANNOUNCE 25
    grtt = 0.010000
    Sending ANNOUNCE 26
    grtt = 0.010000
    Sending ANNOUNCE 27
    grtt = 0.010000
    Sending ANNOUNCE 28
    grtt = 0.010000
    Sending ANNOUNCE 29
    grtt = 0.010000
    Sending ANNOUNCE 30
    grtt = 0.010000
    Sending ANNOUNCE 31
    grtt = 0.010000
    Sending ANNOUNCE 32
    grtt = 0.010000
    Sending ANNOUNCE 33
    grtt = 0.010000
    Sending ANNOUNCE 34
    grtt = 0.010000
    Sending ANNOUNCE 35
    grtt = 0.010000
    Sending ANNOUNCE 36
    grtt = 0.010000
    Sending ANNOUNCE 37
    grtt = 0.010000
    Sending ANNOUNCE 38
    grtt = 0.010000
    Sending ANNOUNCE 39
    grtt = 0.010000
    Sending ANNOUNCE 40
    grtt = 0.010000
    Sending ANNOUNCE 41
    grtt = 0.010000
    Sending ANNOUNCE 42
    grtt = 0.010000
    Sending ANNOUNCE 43
    grtt = 0.010000
    Sending ANNOUNCE 44
    grtt = 0.010000
    Sending ANNOUNCE 45
    grtt = 0.010000
    Sending ANNOUNCE 46
    grtt = 0.010000
    Sending ANNOUNCE 47
    grtt = 0.010000
    Sending ANNOUNCE 48
    grtt = 0.010000
    Sending ANNOUNCE 49
    grtt = 0.010000
    Sending ANNOUNCE 50
    grtt = 0.010000
    grtt = 0.010000
    ----- oneG.dummie -----
    File ID: 0001  Name: oneG.dummie
      sending as: oneG.dummie
    Bytes: 1073741824  Blocks: 825956  Sections: 80
    small section size: 10324, big section size: 10325, # big sections: 36
    Sending FILEINFO 1.1
    Received FILEINFO_ACK from client 0xA9FE6C4B
    send time = 1600849223.421383
    rx time = 1600849223.422489
      rtt = 0.001106
    grtt = 0.010000
    Sending file
    Starting pass 1
    Sending section 0
    Sending section 1
    Sending section 2
    Sending section 3
    Sending section 4
    Sending section 5
    Sending section 6
    Sending section 7
    Sending section 8
    Sending section 9
    Got 2076 NAKs for section 8 from client 0xA9FE6C4B
    Sending section 10
    Got 8449 NAKs for section 9 from client 0xA9FE6C4B
    Sending section 11
    Sending section 12
    Sending section 13
    Got 6055 NAKs for section 11 from client 0xA9FE6C4B
    Got 10325 NAKs for section 12 from client 0xA9FE6C4B
    Sending section 14
    Got 10218 NAKs for section 13 from client 0xA9FE6C4B
    Sending section 15
    Got 361 NAKs for section 14 from client 0xA9FE6C4B
    Sending section 16
    Sending section 17
    Sending section 18
    Sending section 19
    Sending section 20
    Sending section 21
    Sending section 22
    Sending section 23
    Got 1929 NAKs for section 22 from client 0xA9FE6C4B
    Sending section 24
    Sending section 25
    Sending section 26
    Sending section 27
    Got 5300 NAKs for section 25 from client 0xA9FE6C4B
    Got 10325 NAKs for section 26 from client 0xA9FE6C4B
    Sending section 28
    Got 4890 NAKs for section 27 from client 0xA9FE6C4B
    Sending section 29
    Sending section 30
    Sending section 31
    Sending section 32
    Sending section 33
    Sending section 34
    Got 2076 NAKs for section 33 from client 0xA9FE6C4B
    Sending section 35
    Got 3520 NAKs for section 34 from client 0xA9FE6C4B
    Sending section 36
    Sending section 37
    Sending section 38
    Sending section 39
    Got 4493 NAKs for section 36 from client 0xA9FE6C4B
    Got 10324 NAKs for section 37 from client 0xA9FE6C4B
    Got 10324 NAKs for section 38 from client 0xA9FE6C4B
    Sending section 40
    Got 3499 NAKs for section 39 from client 0xA9FE6C4B
    Sending section 41
    Sending section 42
    Sending section 43
    Sending section 44
    Sending section 45
    Sending section 46
    Got 1 NAKs for section 45 from client 0xA9FE6C4B
    Sending section 47
    Sending section 48
    Got 807 NAKs for section 47 from client 0xA9FE6C4B
    Sending section 49
    Sending section 50
    Got 2934 NAKs for section 49 from client 0xA9FE6C4B
    Sending section 51
    Sending section 52
    Sending section 53
    Got 6113 NAKs for section 50 from client 0xA9FE6C4B
    Got 10324 NAKs for section 51 from client 0xA9FE6C4B
    Got 10324 NAKs for section 52 from client 0xA9FE6C4B
    Sending section 54
    Got 3555 NAKs for section 53 from client 0xA9FE6C4B
    Sending section 55
    Sending section 56
    Sending section 57
    Sending section 58
    Sending section 59
    Got 463 NAKs for section 58 from client 0xA9FE6C4B
    Sending section 60
    Got 5398 NAKs for section 59 from client 0xA9FE6C4B
    Sending section 61
    Sending section 62
    Sending section 63
    Sending section 64
    Got 2881 NAKs for section 61 from client 0xA9FE6C4B
    Got 10324 NAKs for section 62 from client 0xA9FE6C4B
    Got 10324 NAKs for section 63 from client 0xA9FE6C4B
    Sending section 65
    Got 8753 NAKs for section 64 from client 0xA9FE6C4B
    Sending section 66
    Sending section 67
    Sending section 68
    Sending section 69
    Sending section 70
    Sending section 71
    Sending section 72
    Sending section 73
    Sending section 74
    Sending section 75
    Got 2075 NAKs for section 74 from client 0xA9FE6C4B
    Sending section 76
    Sending section 77
    Sending section 78
    Got 7708 NAKs for section 75 from client 0xA9FE6C4B
    Got 10324 NAKs for section 76 from client 0xA9FE6C4B
    Got 10324 NAKs for section 77 from client 0xA9FE6C4B
    Sending section 79
    Got 8554 NAKs for section 78 from client 0xA9FE6C4B
    Sending DONE 1.1
    Starting rewind timer
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 2
    Sending section 8
    Sending section 9
    Sending section 11
    Sending section 12
    Sending section 13
    Sending section 14
    Sending section 22
    Sending section 25
    Sending section 26
    Sending section 27
    Sending section 33
    Sending section 34
    Sending section 36
    Sending section 37
    Sending section 38
    Sending section 39
    Sending section 45
    Sending section 47
    Sending section 49
    Sending section 50
    Sending section 51
    Sending section 52
    Got 263 NAKs for section 50 from client 0xA9FE6C4B
    Sending section 53
    Got 2 NAKs for section 52 from client 0xA9FE6C4B
    Sending section 58
    Sending section 59
    Sending section 61
    Sending section 62
    Sending section 63
    Sending section 64
    Sending section 74
    Sending section 75
    Sending section 76
    Sending section 77
    Got 2346 NAKs for section 76 from client 0xA9FE6C4B
    Sending section 78
    Sending DONE 1.1
    Starting rewind timer
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 3
    Sending section 50
    Sending section 52
    Sending section 76
    Sending DONE 1.1
    Sending DONE 2.1
    Sending DONE 3.1
    Sending DONE 4.1
    Sending DONE 5.1
    Sending DONE 6.1
    Sending DONE 7.1
    Sending DONE 8.1
    Sending DONE 9.1
    Sending DONE 10.1
    Sending DONE 11.1
    Sending DONE 12.1
    Sending DONE 13.1
    Sending DONE 14.1
    Sending DONE 15.1
    Sending DONE 16.1
    Sending DONE 17.1
    Sending DONE 18.1
    Sending DONE 19.1
    Sending DONE 20.1
    Sending DONE 21.1
    Sending DONE 22.1
    Sending DONE 23.1
    Sending DONE 24.1
    Sending DONE 25.1
    Sending DONE 26.1
    Sending DONE 27.1
    Sending DONE 28.1
    Sending DONE 29.1
    Sending DONE 30.1
    Sending DONE 31.1
    Sending DONE 32.1
    Sending DONE 33.1
    Sending DONE 34.1
    Sending DONE 35.1
    Sending DONE 36.1
    Sending DONE 37.1
    Sending DONE 38.1
    Sending DONE 39.1
    Sending DONE 40.1
    Sending DONE 41.1
    Sending DONE 42.1
    Sending DONE 43.1
    Sending DONE 44.1
    Sending DONE 45.1
    Got 6105 NAKs for section 77 from client 0xA9FE6C4B
    Starting rewind timer
    Got 8554 NAKs for section 78 from client 0xA9FE6C4B
    Sending DONE 46.1
    Rewind timer tripped
    Starting pass 4
    Sending section 77
    Sending section 78
    Sending DONE 1.1
    Got 263 NAKs for section 50 from client 0xA9FE6C4B
    Starting rewind timer
    Got 10320 NAKs for section 51 from client 0xA9FE6C4B
    Got 2 NAKs for section 52 from client 0xA9FE6C4B
    Got 2346 NAKs for section 76 from client 0xA9FE6C4B
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 5
    Sending section 50
    Sending section 51
    Sending section 52
    Sending section 76
    Sending DONE 1.1
    Got COMPLETE from client 0xA9FE6C4B
    Transfer status:
    Host: 0xA9FE6C4B       Status: Completed   time: 188.341 seconds
    Total elapsed time: 188.341 seconds
    Overall throughput: 5567.43 KB/s
    -----------------------------
    Finishing group
    Sending DONE 1.1
    Sending DONE 2.1
    Sending DONE 3.1
    Got COMPLETE from client 0xA9FE6C4B
    Late completions:
    Sending DONE_CONF 4.1
    Group complete
    uftp: Finishing at Wed Sep 23 10:23:31 2020
    

    -Y default, the maximum CPU load was up to 40%
    Client

    pi@raspberrypi:~ $ uftpd -d -D ~/Downloads
    2020/09/23 10:26:53.024487: UFTP version 5.0  Copyright (C) 2001-2020  Dennis A. Bush
    2020/09/23 10:26:53.025522: Loaded ECDSA key with curve prime256v1 and fingerprint 23:B6:EA:66:56:3B:20:4B:6B:FD:1D:73:64:10:F0:97:12:1E:C7:23
    2020/09/23 10:27:00.544170: [3C00A5F0/00:0]: Received request from A9FEDE80 at 169.254.222.128 (169.254.222.128)
    2020/09/23 10:27:00.544327: [3C00A5F0/00:0]: Using private multicast address 230.5.5.65
    2020/09/23 10:27:00.544887: [3C00A5F0/00:0]: REGISTER sent
    2020/09/23 10:27:01.532471: [3C00A5F0/00:0]: Received KEYINFO
    2020/09/23 10:27:01.535046: [3C00A5F0/00:0]: KEYINFO_ACK sent
    2020/09/23 10:27:02.916669: [3C00A5F0/00:0001]: Name of file to receive: oneG.dummie
    2020/09/23 10:27:02.916831: [3C00A5F0/00:0001]: Bytes: 1073741824, Blocks: 825956, Sections: 80
    2020/09/23 10:27:03.454929: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.455289: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.455464: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.455603: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.455730: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.455874: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456014: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456129: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456242: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456355: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456488: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456619: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456756: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456871: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.456981: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.457111: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.457245: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:03.457379: [3C00A5F0/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:27:25.738053: [3C00A5F0/00:0001]: Sent 2171 NAKs for section 11
    2020/09/23 10:27:27.590024: [3C00A5F0/00:0001]: Sent 1184 NAKs for section 12
    2020/09/23 10:27:30.809187: [3C00A5F0/00:0001]: Sent 3693 NAKs for section 13
    2020/09/23 10:27:31.302131: [3C00A5F0/00:0001]: Sent 7650 NAKs for section 14
    2020/09/23 10:27:42.438783: [3C00A5F0/00:0001]: Sent 40 NAKs for section 20
    2020/09/23 10:27:49.167337: [3C00A5F0/00:0001]: Sent 2079 NAKs for section 21
    2020/09/23 10:27:49.168917: [3C00A5F0/00:0001]: Sent 10325 NAKs for section 22
    2020/09/23 10:27:49.170511: [3C00A5F0/00:0001]: Sent 10325 NAKs for section 23
    2020/09/23 10:27:49.857171: [3C00A5F0/00:0001]: Sent 6499 NAKs for section 24
    2020/09/23 10:28:04.696150: [3C00A5F0/00:0001]: Sent 1918 NAKs for section 32
    2020/09/23 10:28:08.409721: [3C00A5F0/00:0001]: Sent 2845 NAKs for section 34
    2020/09/23 10:28:13.983904: [3C00A5F0/00:0001]: Sent 4480 NAKs for section 35
    2020/09/23 10:28:13.985484: [3C00A5F0/00:0001]: Sent 10324 NAKs for section 36
    2020/09/23 10:28:13.987013: [3C00A5F0/00:0001]: Sent 10324 NAKs for section 37
    2020/09/23 10:28:15.830339: [3C00A5F0/00:0001]: Sent 58 NAKs for section 38
    2020/09/23 10:28:34.309053: [3C00A5F0/00:0001]: Sent 5302 NAKs for section 46
    2020/09/23 10:28:34.310579: [3C00A5F0/00:0001]: Sent 10324 NAKs for section 47
    2020/09/23 10:28:34.379806: [3C00A5F0/00:0001]: Sent 9933 NAKs for section 48
    2020/09/23 10:28:36.235216: [3C00A5F0/00:0001]: Sent 4047 NAKs for section 49
    2020/09/23 10:28:51.384919: [3C00A5F0/00:0001]: Sent 334 NAKs for section 57
    2020/09/23 10:28:52.931560: [3C00A5F0/00:0001]: Sent 3970 NAKs for section 58
    2020/09/23 10:28:56.642001: [3C00A5F0/00:0001]: Sent 1249 NAKs for section 60
    2020/09/23 10:29:09.626778: [3C00A5F0/00:0001]: Sent 855 NAKs for section 67
    2020/09/23 10:29:32.670674: [3C00A5F0/00:0001]: Sent 466 NAKs for section 76
    2020/09/23 10:29:32.672364: [3C00A5F0/00:0001]: Sent 10324 NAKs for section 77
    2020/09/23 10:29:32.674056: [3C00A5F0/00:0001]: Sent 10324 NAKs for section 78
    2020/09/23 10:29:33.183839: [3C00A5F0/00:0001]: Sent 1066 NAKs for section 13
    2020/09/23 10:29:34.940487: [3C00A5F0/00:0001]: Sent 32 NAKs for section 21
    2020/09/23 10:29:56.320404: [3C00A5F0/00:0001]: Got DONE message for section 79
    2020/09/23 10:29:56.334748: [3C00A5F0/00:0001]: Sent 8526 NAKs for section 77
    2020/09/23 10:29:56.336524: [3C00A5F0/00:0001]: Sent 10324 NAKs for section 78
    2020/09/23 10:29:56.338281: [3C00A5F0/00:0001]: Sent 10141 NAKs for section 79
    2020/09/23 10:29:56.350671: [3C00A5F0/00:0001]: Got DONE message for section 79
    2020/09/23 10:30:01.560249: [3C00A5F0/00:0001]: Got DONE message for section 79
    2020/09/23 10:30:01.576353: [3C00A5F0/00:0001]: Sent 2171 NAKs for section 11
    2020/09/23 10:30:01.576847: [3C00A5F0/00:0001]: Sent 1184 NAKs for section 12
    2020/09/23 10:30:01.577254: [3C00A5F0/00:0001]: Sent 1066 NAKs for section 13
    2020/09/23 10:30:01.577784: [3C00A5F0/00:0001]: Sent 32 NAKs for section 21
    2020/09/23 10:30:01.590599: [3C00A5F0/00:0001]: Got DONE message for section 79
    2020/09/23 10:30:02.391623: [3C00A5F0/00:0001]: Got DONE message for section 79
    2020/09/23 10:30:02.407436: [3C00A5F0/00:0001]: File transfer complete
    2020/09/23 10:30:02.407723: [3C00A5F0/00:0001]: COMPLETE sent
    2020/09/23 10:30:02.407780: [3C00A5F0/00:0001]: starting file close
    2020/09/23 10:30:02.467673: [3C00A5F0/00:0001]: done file close
    2020/09/23 10:30:02.468454: [3C00A5F0/00:0]: Got DONE message for group
    2020/09/23 10:30:02.468539: [3C00A5F0/00:0]: Group complete
    2020/09/23 10:30:02.468679: [3C00A5F0/00:0]: COMPLETE sent
    2020/09/23 10:30:02.469654: [3C00A5F0/00:0]: Group file transfer confirmed
    

    Server:

    ~/projects/uft_automator >>> uftp ~/projects/dummies/oneG.dummie -x 3 -s 50 -I enp5s0f3u1u4u3 -R 60000                                                                                                            
    
    UFTP version 5.0  Copyright (C) 2001-2020  Dennis A. Bush
    Starting at Wed Sep 23 10:27:27 2020
    Loaded ECDSA key with curve prime256v1 and fingerprint 2B:17:03:A2:0C:D0:D9:57:F5:B5:08:2D:B8:43:16:B6:07:4A:54:04
    Loaded ECDH key with curve prime256v1
    Transfer rate: 60000 Kbps (7500 KB/s)
    Wait between packets: 179687 ns
    Using private multicast address 230.5.5.65  Group ID: 3C00A5F0
    Initializing group
    Sending ANNOUNCE 1
    Sending ANNOUNCE 2
    Sending ANNOUNCE 3
    Sending ANNOUNCE 4
    Received REGISTER from client 0xA9FE6C4B
    send time = 1600849652.435188
    rx time = 1600849652.436350
      rtt = 0.001162
    grtt = 0.010000
    Sending KEYINFO 5.1
    Sending ANNOUNCE 5
    Received KEYINFO_ACK from 0xA9FE6C4B
    grtt = 0.010000
    Sending ANNOUNCE 6
    grtt = 0.010000
    Sending ANNOUNCE 7
    grtt = 0.010000
    Sending ANNOUNCE 8
    grtt = 0.010000
    Sending ANNOUNCE 9
    grtt = 0.010000
    Sending ANNOUNCE 10
    grtt = 0.010000
    Sending ANNOUNCE 11
    grtt = 0.010000
    Sending ANNOUNCE 12
    grtt = 0.010000
    Sending ANNOUNCE 13
    grtt = 0.010000
    Sending ANNOUNCE 14
    grtt = 0.010000
    Sending ANNOUNCE 15
    grtt = 0.010000
    Sending ANNOUNCE 16
    grtt = 0.010000
    Sending ANNOUNCE 17
    grtt = 0.010000
    Sending ANNOUNCE 18
    grtt = 0.010000
    Sending ANNOUNCE 19
    grtt = 0.010000
    Sending ANNOUNCE 20
    grtt = 0.010000
    Sending ANNOUNCE 21
    grtt = 0.010000
    Sending ANNOUNCE 22
    grtt = 0.010000
    Sending ANNOUNCE 23
    grtt = 0.010000
    Sending ANNOUNCE 24
    grtt = 0.010000
    Sending ANNOUNCE 25
    grtt = 0.010000
    Sending ANNOUNCE 26
    grtt = 0.010000
    Sending ANNOUNCE 27
    grtt = 0.010000
    Sending ANNOUNCE 28
    grtt = 0.010000
    Sending ANNOUNCE 29
    grtt = 0.010000
    Sending ANNOUNCE 30
    grtt = 0.010000
    Sending ANNOUNCE 31
    grtt = 0.010000
    Sending ANNOUNCE 32
    grtt = 0.010000
    Sending ANNOUNCE 33
    grtt = 0.010000
    Sending ANNOUNCE 34
    grtt = 0.010000
    Sending ANNOUNCE 35
    grtt = 0.010000
    Sending ANNOUNCE 36
    grtt = 0.010000
    Sending ANNOUNCE 37
    grtt = 0.010000
    Sending ANNOUNCE 38
    grtt = 0.010000
    Sending ANNOUNCE 39
    grtt = 0.010000
    Sending ANNOUNCE 40
    grtt = 0.010000
    Sending ANNOUNCE 41
    grtt = 0.010000
    Sending ANNOUNCE 42
    grtt = 0.010000
    Sending ANNOUNCE 43
    grtt = 0.010000
    Sending ANNOUNCE 44
    grtt = 0.010000
    Sending ANNOUNCE 45
    grtt = 0.010000
    Sending ANNOUNCE 46
    grtt = 0.010000
    Sending ANNOUNCE 47
    grtt = 0.010000
    Sending ANNOUNCE 48
    grtt = 0.010000
    Sending ANNOUNCE 49
    grtt = 0.010000
    Sending ANNOUNCE 50
    grtt = 0.010000
    grtt = 0.010000
    ----- oneG.dummie -----
    File ID: 0001  Name: oneG.dummie
      sending as: oneG.dummie
    Bytes: 1073741824  Blocks: 825956  Sections: 80
    small section size: 10324, big section size: 10325, # big sections: 36
    Sending FILEINFO 1.1
    Sending FILEINFO 2.1
    Sending FILEINFO 3.1
    Sending FILEINFO 4.1
    Sending FILEINFO 5.1
    Sending FILEINFO 6.1
    Sending FILEINFO 7.1
    Sending FILEINFO 8.1
    Sending FILEINFO 9.1
    Sending FILEINFO 10.1
    Sending FILEINFO 11.1
    Sending FILEINFO 12.1
    Sending FILEINFO 13.1
    Sending FILEINFO 14.1
    Sending FILEINFO 15.1
    Sending FILEINFO 16.1
    Sending FILEINFO 17.1
    Sending FILEINFO 18.1
    Received FILEINFO_ACK from client 0xA9FE6C4B
    send time = 1600849655.345218
    rx time = 1600849655.346399
      rtt = 0.001181
    grtt = 0.010000
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Sending file
    Starting pass 1
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Received invalid message FILEINFO_ACK from 0xA9FE6C4B
    Sending section 0
    Sending section 1
    Sending section 2
    Sending section 3
    Sending section 4
    Sending section 5
    Sending section 6
    Sending section 7
    Sending section 8
    Sending section 9
    Sending section 10
    Sending section 11
    Sending section 12
    Got 2171 NAKs for section 11 from client 0xA9FE6C4B
    Sending section 13
    Got 1184 NAKs for section 12 from client 0xA9FE6C4B
    Sending section 14
    Got 3693 NAKs for section 13 from client 0xA9FE6C4B
    Sending section 15
    Got 7650 NAKs for section 14 from client 0xA9FE6C4B
    Sending section 16
    Sending section 17
    Sending section 18
    Sending section 19
    Sending section 20
    Sending section 21
    Got 40 NAKs for section 20 from client 0xA9FE6C4B
    Sending section 22
    Sending section 23
    Sending section 24
    Got 2079 NAKs for section 21 from client 0xA9FE6C4B
    Got 10325 NAKs for section 22 from client 0xA9FE6C4B
    Got 10325 NAKs for section 23 from client 0xA9FE6C4B
    Sending section 25
    Got 6499 NAKs for section 24 from client 0xA9FE6C4B
    Sending section 26
    Sending section 27
    Sending section 28
    Sending section 29
    Sending section 30
    Sending section 31
    Sending section 32
    Sending section 33
    Got 1918 NAKs for section 32 from client 0xA9FE6C4B
    Sending section 34
    Sending section 35
    Got 2845 NAKs for section 34 from client 0xA9FE6C4B
    Sending section 36
    Sending section 37
    Sending section 38
    Got 4480 NAKs for section 35 from client 0xA9FE6C4B
    Got 10324 NAKs for section 36 from client 0xA9FE6C4B
    Got 10324 NAKs for section 37 from client 0xA9FE6C4B
    Sending section 39
    Got 58 NAKs for section 38 from client 0xA9FE6C4B
    Sending section 40
    Sending section 41
    Sending section 42
    Sending section 43
    Sending section 44
    Sending section 45
    Sending section 46
    Sending section 47
    Sending section 48
    Got 5302 NAKs for section 46 from client 0xA9FE6C4B
    Got 10324 NAKs for section 47 from client 0xA9FE6C4B
    Sending section 49
    Got 9933 NAKs for section 48 from client 0xA9FE6C4B
    Sending section 50
    Got 4047 NAKs for section 49 from client 0xA9FE6C4B
    Sending section 51
    Sending section 52
    Sending section 53
    Sending section 54
    Sending section 55
    Sending section 56
    Sending section 57
    Sending section 58
    Got 334 NAKs for section 57 from client 0xA9FE6C4B
    Sending section 59
    Got 3970 NAKs for section 58 from client 0xA9FE6C4B
    Sending section 60
    Sending section 61
    Got 1249 NAKs for section 60 from client 0xA9FE6C4B
    Sending section 62
    Sending section 63
    Sending section 64
    Sending section 65
    Sending section 66
    Sending section 67
    Sending section 68
    Got 855 NAKs for section 67 from client 0xA9FE6C4B
    Sending section 69
    Sending section 70
    Sending section 71
    Sending section 72
    Sending section 73
    Sending section 74
    Sending section 75
    Sending section 76
    Sending section 77
    Sending section 78
    Sending section 79
    Sending DONE 1.1
    Starting rewind timer
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 2
    Sending section 11
    Sending section 12
    Sending section 13
    Got 466 NAKs for section 76 from client 0xA9FE6C4B
    Got 10324 NAKs for section 77 from client 0xA9FE6C4B
    Got 10324 NAKs for section 78 from client 0xA9FE6C4B
    Sending section 14
    Got 1066 NAKs for section 13 from client 0xA9FE6C4B
    Sending section 20
    Sending section 21
    Sending section 22
    Got 32 NAKs for section 21 from client 0xA9FE6C4B
    Sending section 23
    Sending section 24
    Sending section 32
    Sending section 34
    Sending section 35
    Sending section 36
    Sending section 37
    Sending section 38
    Sending section 46
    Sending section 47
    Sending section 48
    Sending section 49
    Sending section 57
    Sending section 58
    Sending section 60
    Sending section 67
    Sending section 76
    Sending section 77
    Sending section 78
    Sending DONE 1.1
    Starting rewind timer
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 3
    Sending section 13
    Sending section 21
    Sending DONE 1.1
    Sending DONE 2.1
    Sending DONE 3.1
    Sending DONE 4.1
    Sending DONE 5.1
    Sending DONE 6.1
    Sending DONE 7.1
    Sending DONE 8.1
    Sending DONE 9.1
    Sending DONE 10.1
    Sending DONE 11.1
    Sending DONE 12.1
    Sending DONE 13.1
    Sending DONE 14.1
    Sending DONE 15.1
    Sending DONE 16.1
    Sending DONE 17.1
    Sending DONE 18.1
    Sending DONE 19.1
    Sending DONE 20.1
    Sending DONE 21.1
    Sending DONE 22.1
    Got 8526 NAKs for section 77 from client 0xA9FE6C4B
    Starting rewind timer
    Got 10324 NAKs for section 78 from client 0xA9FE6C4B
    Got 10141 NAKs for section 79 from client 0xA9FE6C4B
    Sending DONE 23.1
    Rewind timer tripped
    Starting pass 4
    Sending section 77
    Sending section 78
    Sending section 79
    Sending DONE 1.1
    Got 2171 NAKs for section 11 from client 0xA9FE6C4B
    Starting rewind timer
    Got 1184 NAKs for section 12 from client 0xA9FE6C4B
    Got 1066 NAKs for section 13 from client 0xA9FE6C4B
    Got 32 NAKs for section 21 from client 0xA9FE6C4B
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 5
    Sending section 11
    Sending section 12
    Sending section 13
    Sending section 21
    Sending DONE 1.1
    Got COMPLETE from client 0xA9FE6C4B
    Transfer status:
    Host: 0xA9FE6C4B       Status: Completed   time: 178.951 seconds
    Total elapsed time: 178.951 seconds
    Overall throughput: 5859.57 KB/s
    -----------------------------
    Finishing group
    Sending DONE 1.1
    Sending DONE 2.1
    Sending DONE 3.1
    Got COMPLETE from client 0xA9FE6C4B
    Late completions:
    Sending DONE_CONF 4.1
    Group complete
    uftp: Finishing at Wed Sep 23 10:30:34 2020
    

    My guess is the read/write speed of the Raspberry Storage, since is is a simple SD-Card but since it is a C10 card. I would expect something around 10MB/s (80.000kpbs)

    SD-Card Wiki

    My guess is that the Raspberry is quite busy with writing the contetn from Buffer to the SD-Card. So I tried a run with a faster USB flashdrive connected
    On the Client site the logs are looking better (I did not count the naks, but the amount seems to be way less) So far so good. Is there any option for something like a flow-control? I did not found any but the -C cc_type,but if I use this, it is very very very slow. I do not think that the SD card is that slow to not even handle a transfer-speed about 5MB/s (40.000kbps)

    log with flashdrive:
    Server:

    ~/projects/uft_automator >>> uftp ~/projects/dummies/oneG.dummie -x 3 -s 50 -I enp5s0f3u1u4u3 -R 60000                                                                                                            
    
    UFTP version 5.0  Copyright (C) 2001-2020  Dennis A. Bush
    Starting at Wed Sep 23 10:48:27 2020
    Loaded ECDSA key with curve prime256v1 and fingerprint 24:10:A0:86:D6:E3:96:C7:60:12:2C:E9:4C:B5:CD:0E:E2:33:CB:63
    Loaded ECDH key with curve prime256v1
    Transfer rate: 60000 Kbps (7500 KB/s)
    Wait between packets: 179687 ns
    Using private multicast address 230.5.5.65  Group ID: 7565DE9C
    Initializing group
    Sending ANNOUNCE 1
    Sending ANNOUNCE 2
    Sending ANNOUNCE 3
    Sending ANNOUNCE 4
    Received REGISTER from client 0xA9FE6C4B
    send time = 1600850912.365551
    rx time = 1600850912.366857
      rtt = 0.001306
    grtt = 0.010000
    Sending KEYINFO 5.1
    Sending ANNOUNCE 5
    Received KEYINFO_ACK from 0xA9FE6C4B
    grtt = 0.010000
    Sending ANNOUNCE 6
    grtt = 0.010000
    Sending ANNOUNCE 7
    grtt = 0.010000
    Sending ANNOUNCE 8
    grtt = 0.010000
    Sending ANNOUNCE 9
    grtt = 0.010000
    Sending ANNOUNCE 10
    grtt = 0.010000
    Sending ANNOUNCE 11
    grtt = 0.010000
    Sending ANNOUNCE 12
    grtt = 0.010000
    Sending ANNOUNCE 13
    grtt = 0.010000
    Sending ANNOUNCE 14
    grtt = 0.010000
    Sending ANNOUNCE 15
    grtt = 0.010000
    Sending ANNOUNCE 16
    grtt = 0.010000
    Sending ANNOUNCE 17
    grtt = 0.010000
    Sending ANNOUNCE 18
    grtt = 0.010000
    Sending ANNOUNCE 19
    grtt = 0.010000
    Sending ANNOUNCE 20
    grtt = 0.010000
    Sending ANNOUNCE 21
    grtt = 0.010000
    Sending ANNOUNCE 22
    grtt = 0.010000
    Sending ANNOUNCE 23
    grtt = 0.010000
    Sending ANNOUNCE 24
    grtt = 0.010000
    Sending ANNOUNCE 25
    grtt = 0.010000
    Sending ANNOUNCE 26
    grtt = 0.010000
    Sending ANNOUNCE 27
    grtt = 0.010000
    Sending ANNOUNCE 28
    grtt = 0.010000
    Sending ANNOUNCE 29
    grtt = 0.010000
    Sending ANNOUNCE 30
    grtt = 0.010000
    Sending ANNOUNCE 31
    grtt = 0.010000
    Sending ANNOUNCE 32
    grtt = 0.010000
    Sending ANNOUNCE 33
    grtt = 0.010000
    Sending ANNOUNCE 34
    grtt = 0.010000
    Sending ANNOUNCE 35
    grtt = 0.010000
    Sending ANNOUNCE 36
    grtt = 0.010000
    Sending ANNOUNCE 37
    grtt = 0.010000
    Sending ANNOUNCE 38
    grtt = 0.010000
    Sending ANNOUNCE 39
    grtt = 0.010000
    Sending ANNOUNCE 40
    grtt = 0.010000
    Sending ANNOUNCE 41
    grtt = 0.010000
    Sending ANNOUNCE 42
    grtt = 0.010000
    Sending ANNOUNCE 43
    grtt = 0.010000
    Sending ANNOUNCE 44
    grtt = 0.010000
    Sending ANNOUNCE 45
    grtt = 0.010000
    Sending ANNOUNCE 46
    grtt = 0.010000
    Sending ANNOUNCE 47
    grtt = 0.010000
    Sending ANNOUNCE 48
    grtt = 0.010000
    Sending ANNOUNCE 49
    grtt = 0.010000
    Sending ANNOUNCE 50
    grtt = 0.010000
    grtt = 0.010000
    ----- oneG.dummie -----
    File ID: 0001  Name: oneG.dummie
      sending as: oneG.dummie
    Bytes: 1073741824  Blocks: 825956  Sections: 80
    small section size: 10324, big section size: 10325, # big sections: 36
    Sending FILEINFO 1.1
    Received FILEINFO_ACK from client 0xA9FE6C4B
    send time = 1600850914.745054
    rx time = 1600850914.746293
      rtt = 0.001239
    grtt = 0.010000
    Sending file
    Starting pass 1
    Sending section 0
    Sending section 1
    Got 374 NAKs for section 0 from client 0xA9FE6C4B
    Sending section 2
    Sending section 3
    Sending section 4
    Got 49 NAKs for section 3 from client 0xA9FE6C4B
    Sending section 5
    Sending section 6
    Sending section 7
    Sending section 8
    Sending section 9
    Got 49 NAKs for section 8 from client 0xA9FE6C4B
    Sending section 10
    Got 45 NAKs for section 9 from client 0xA9FE6C4B
    Sending section 11
    Sending section 12
    Sending section 13
    Sending section 14
    Sending section 15
    Sending section 16
    Sending section 17
    Got 37 NAKs for section 16 from client 0xA9FE6C4B
    Sending section 18
    Sending section 19
    Sending section 20
    Got 72 NAKs for section 19 from client 0xA9FE6C4B
    Sending section 21
    Sending section 22
    Sending section 23
    Sending section 24
    Sending section 25
    Got 36 NAKs for section 24 from client 0xA9FE6C4B
    Sending section 26
    Sending section 27
    Sending section 28
    Sending section 29
    Sending section 30
    Sending section 31
    Sending section 32
    Sending section 33
    Sending section 34
    Sending section 35
    Sending section 36
    Sending section 37
    Sending section 38
    Sending section 39
    Got 24 NAKs for section 38 from client 0xA9FE6C4B
    Sending section 40
    Sending section 41
    Sending section 42
    Got 122 NAKs for section 41 from client 0xA9FE6C4B
    Sending section 43
    Sending section 44
    Got 18 NAKs for section 43 from client 0xA9FE6C4B
    Sending section 45
    Sending section 46
    Sending section 47
    Sending section 48
    Sending section 49
    Sending section 50
    Got 356 NAKs for section 49 from client 0xA9FE6C4B
    Sending section 51
    Sending section 52
    Sending section 53
    Sending section 54
    Sending section 55
    Sending section 56
    Got 30 NAKs for section 55 from client 0xA9FE6C4B
    Sending section 57
    Sending section 58
    Got 34 NAKs for section 57 from client 0xA9FE6C4B
    Sending section 59
    Sending section 60
    Sending section 61
    Sending section 62
    Sending section 63
    Sending section 64
    Sending section 65
    Sending section 66
    Sending section 67
    Sending section 68
    Got 120 NAKs for section 67 from client 0xA9FE6C4B
    Sending section 69
    Got 185 NAKs for section 68 from client 0xA9FE6C4B
    Sending section 70
    Sending section 71
    Sending section 72
    Sending section 73
    Sending section 74
    Got 13 NAKs for section 73 from client 0xA9FE6C4B
    Sending section 75
    Sending section 76
    Sending section 77
    Sending section 78
    Sending section 79
    Sending DONE 1.1
    Starting rewind timer
    Got 19 NAKs for section 79 from client 0xA9FE6C4B
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 2
    Sending section 0
    Sending section 3
    Sending section 8
    Sending section 9
    Sending section 16
    Sending section 19
    Sending section 24
    Sending section 38
    Sending section 41
    Got 8 NAKs for section 24 from client 0xA9FE6C4B
    Sending section 43
    Sending section 49
    Sending section 55
    Sending section 57
    Sending section 67
    Sending section 68
    Sending section 73
    Sending section 79
    Sending DONE 1.1
    Starting rewind timer
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 3
    Sending section 24
    Sending DONE 1.1
    Got 24 NAKs for section 16 from client 0xA9FE6C4B
    Starting rewind timer
    Got 66 NAKs for section 19 from client 0xA9FE6C4B
    Sending DONE 2.1
    Rewind timer tripped
    Starting pass 4
    Sending section 16
    Sending section 19
    Sending DONE 1.1
    Sending DONE 2.1
    Got COMPLETE from client 0xA9FE6C4B
    Transfer status:
    Host: 0xA9FE6C4B       Status: Completed   time: 148.857 seconds
    Total elapsed time: 148.857 seconds
    Overall throughput: 7044.17 KB/s
    -----------------------------
    Finishing group
    Sending DONE 1.1
    Got COMPLETE from client 0xA9FE6C4B
    Late completions:
    Sending DONE_CONF 2.1
    Group complete
    uftp: Finishing at Wed Sep 23 10:51:03 2020
    

    Client:

    pi@raspberrypi:~ $ uftpd -d -D /media/pi/flashdrive3/
    2020/09/23 10:47:47.824115: UFTP version 5.0  Copyright (C) 2001-2020  Dennis A. Bush
    2020/09/23 10:47:47.825628: Loaded ECDSA key with curve prime256v1 and fingerprint B9:F2:22:D8:21:BD:BE:4E:A4:18:AB:55:33:91:27:0F:1B:0C:58:5D
    2020/09/23 10:48:00.487026: [7565DE9C/00:0]: Received request from A9FEDE80 at 169.254.222.128 (169.254.222.128)
    2020/09/23 10:48:00.487183: [7565DE9C/00:0]: Using private multicast address 230.5.5.65
    2020/09/23 10:48:00.487755: [7565DE9C/00:0]: REGISTER sent
    2020/09/23 10:48:01.480617: [7565DE9C/00:0]: Received KEYINFO
    2020/09/23 10:48:01.483913: [7565DE9C/00:0]: KEYINFO_ACK sent
    2020/09/23 10:48:02.864496: [7565DE9C/00:0001]: Name of file to receive: oneG.dummie
    2020/09/23 10:48:02.864656: [7565DE9C/00:0001]: Bytes: 1073741824, Blocks: 825956, Sections: 80
    2020/09/23 10:48:02.867258: [7565DE9C/00:0001]: FILEINFO_ACK sent
    2020/09/23 10:48:04.737674: [7565DE9C/00:0001]: Sent 374 NAKs for section 0
    2020/09/23 10:48:10.305113: [7565DE9C/00:0001]: Sent 49 NAKs for section 3
    2020/09/23 10:48:19.581250: [7565DE9C/00:0001]: Sent 49 NAKs for section 8
    2020/09/23 10:48:21.436887: [7565DE9C/00:0001]: Sent 45 NAKs for section 9
    2020/09/23 10:48:34.423747: [7565DE9C/00:0001]: Sent 37 NAKs for section 16
    2020/09/23 10:48:39.990242: [7565DE9C/00:0001]: Sent 72 NAKs for section 19
    2020/09/23 10:48:49.267159: [7565DE9C/00:0001]: Sent 36 NAKs for section 24
    2020/09/23 10:49:15.239626: [7565DE9C/00:0001]: Sent 24 NAKs for section 38
    2020/09/23 10:49:20.804866: [7565DE9C/00:0001]: Sent 122 NAKs for section 41
    2020/09/23 10:49:24.516223: [7565DE9C/00:0001]: Sent 18 NAKs for section 43
    2020/09/23 10:49:35.644309: [7565DE9C/00:0001]: Sent 356 NAKs for section 49
    2020/09/23 10:49:46.777602: [7565DE9C/00:0001]: Sent 30 NAKs for section 55
    2020/09/23 10:49:50.487717: [7565DE9C/00:0001]: Sent 34 NAKs for section 57
    2020/09/23 10:50:09.037116: [7565DE9C/00:0001]: Sent 120 NAKs for section 67
    2020/09/23 10:50:10.892812: [7565DE9C/00:0001]: Sent 185 NAKs for section 68
    2020/09/23 10:50:20.168414: [7565DE9C/00:0001]: Sent 13 NAKs for section 73
    2020/09/23 10:50:31.284303: [7565DE9C/00:0001]: Got DONE message for section 79
    2020/09/23 10:50:31.298595: [7565DE9C/00:0001]: Sent 19 NAKs for section 79
    2020/09/23 10:50:31.314781: [7565DE9C/00:0001]: Got DONE message for section 79
    2020/09/23 10:50:31.450574: [7565DE9C/00:0001]: Sent 8 NAKs for section 24
    2020/09/23 10:50:31.601867: [7565DE9C/00:0001]: Got DONE message for section 79
    2020/09/23 10:50:31.629948: [7565DE9C/00:0001]: Got DONE message for section 79
    2020/09/23 10:50:31.634553: [7565DE9C/00:0001]: Got DONE message for section 79
    2020/09/23 10:50:31.662696: [7565DE9C/00:0001]: Sent 24 NAKs for section 16
    2020/09/23 10:50:31.663283: [7565DE9C/00:0001]: Sent 66 NAKs for section 19
    2020/09/23 10:50:31.664805: [7565DE9C/00:0001]: Got DONE message for section 79
    2020/09/23 10:50:31.707980: [7565DE9C/00:0001]: Got DONE message for section 79
    2020/09/23 10:50:31.725722: [7565DE9C/00:0001]: File transfer complete
    2020/09/23 10:50:31.726002: [7565DE9C/00:0001]: COMPLETE sent
    2020/09/23 10:50:31.726058: [7565DE9C/00:0001]: starting file close
    2020/09/23 10:50:31.726124: [7565DE9C/00:0001]: done file close
    2020/09/23 10:50:31.726817: [7565DE9C/00:0001]: Got DONE message for section 79
    2020/09/23 10:50:31.726875: [7565DE9C/00:0001]: File transfer complete
    2020/09/23 10:50:31.726995: [7565DE9C/00:0001]: COMPLETE sent
    2020/09/23 10:50:31.727425: [7565DE9C/00:0]: Got DONE message for group
    2020/09/23 10:50:31.727474: [7565DE9C/00:0]: Group complete
    2020/09/23 10:50:31.727581: [7565DE9C/00:0]: COMPLETE sent
    2020/09/23 10:50:31.728470: [7565DE9C/00:0]: Group file transfer confirmed
    

    Regards,
    Tobi

     
  • Dennis Bush

    Dennis Bush - 2020-09-23

    Tobi,

    The -C option is used to enable congestion control. The algorithm it uses (TFMCC, RFC4654) does tend to be quick to scale back the speed in the face of a slowdown.

    You could try changing the blocksize (-b) on the server to 1024 to better fit the disk's block size. Also, try varying the write cache size on the client (-c) to see what works. Getting the right value for -c will probably do a lot for your throughput.

    Regards,
    Dennis

     
  • tobias frahm

    tobias frahm - 2020-09-24

    Hello Dennis,
    the high amount of NAKs was due to the client beeing busy. Since I could not observe this, I thought about the Storage Speed. I already knew this was a bottleneck but I expected this to work. Since the SD-Card has a write speed of about 15MB/s (120000Kbps) but I plugged in a USB flashdrive anyways and it is way more stable with the flashdrive instead of the sd-cad.

    INFO:root:Total NAKs found 1469.0
    INFO:root:Avr throughput without fails: 34.26 Mbps
    INFO:root:Avr time needed without fails: 37.29s
    INFO:root:Avr throughput with fails: 34.26 Mbps
    INFO:root:Avr time needed with fails: 37.29s
    INFO:root:0.0 of 625.0 runs in total failed
    

    Zero out of 625 runs in total failed. This is a good result.
    Also the NAKs are way less than before.
    Maybe, I could even get better results, but so far so good.

    2020/09/24 01:46:15.693103: [500ABB73/00:0001]: File ID: 0001  Name: 130M.dummie
    2020/09/24 01:46:15.693132: [500ABB73/00:0001]:   sending as: 130M.dummie
    2020/09/24 01:46:15.693155: [500ABB73/00:0001]: Bytes: 134217724  Blocks: 103245  Sections: 10
    2020/09/24 01:46:15.693180: [500ABB73/00:0001]: small section size: 10324, big section size: 10325, # big sections: 5
    2020/09/24 01:46:15.693234: [500ABB73/00:0001]: Sending FILEINFO 1.1
    2020/09/24 01:46:15.844715: [500ABB73/00:0001]: Received FILEINFO_ACK from client 0xA9FE6C4B
    2020/09/24 01:46:15.844759: [500ABB73/00:0001]: send time = 1600904775.843502
    2020/09/24 01:46:15.844771: [500ABB73/00:0001]: rx time = 1600904775.844715
    2020/09/24 01:46:15.844781: [500ABB73/00:0001]:   rtt = 0.001213
    2020/09/24 01:46:15.844795: [500ABB73/00:0001]: grtt = 0.200000
    2020/09/24 01:46:15.845053: [500ABB73/00:0001]: Sending file
    2020/09/24 01:46:15.845107: [500ABB73/00:0001]: Starting pass 1
    2020/09/24 01:46:15.845383: [500ABB73/00:0001]: Sending section 0
    2020/09/24 01:46:17.700538: [500ABB73/00:0001]: Sending section 1
    2020/09/24 01:46:19.555832: [500ABB73/00:0001]: Sending section 2
    2020/09/24 01:46:21.411103: [500ABB73/00:0001]: Sending section 3
    2020/09/24 01:46:21.635231: [500ABB73/00:0001]: Got 3016 NAKs for section 2 from client 0xA9FE6C4B
    2020/09/24 01:46:23.266372: [500ABB73/00:0001]: Sending section 4
    2020/09/24 01:46:25.121655: [500ABB73/00:0001]: Sending section 5
    2020/09/24 01:46:26.976727: [500ABB73/00:0001]: Sending section 6
    2020/09/24 01:46:28.831831: [500ABB73/00:0001]: Sending section 7
    2020/09/24 01:46:30.686906: [500ABB73/00:0001]: Sending section 8
    2020/09/24 01:46:32.542005: [500ABB73/00:0001]: Sending section 9
    2020/09/24 01:46:32.758525: [500ABB73/00:0001]: Got 15 NAKs for section 8 from client 0xA9FE6C4B
    2020/09/24 01:46:34.396943: [500ABB73/00:0001]: Sending DONE 1.1
    2020/09/24 01:46:34.560564: [500ABB73/00:0001]: Starting rewind timer
    2020/09/24 01:46:34.997440: [500ABB73/00:0001]: Sending DONE 2.1
    2020/09/24 01:46:35.161202: [500ABB73/00:0001]: Rewind timer tripped
    2020/09/24 01:46:35.161323: [500ABB73/00:0001]: Starting pass 2
    2020/09/24 01:46:35.161626: [500ABB73/00:0001]: Sending section 2
    2020/09/24 01:46:35.540096: [500ABB73/00:0001]: Sending section 8
    2020/09/24 01:46:35.542608: [500ABB73/00:0001]: Sending DONE 1.1
    2020/09/24 01:46:35.753521: [500ABB73/00:0001]: Got 894 NAKs for section 2 from client 0xA9FE6C4B
    2020/09/24 01:46:35.753620: [500ABB73/00:0001]: Starting rewind timer
    2020/09/24 01:46:36.143004: [500ABB73/00:0001]: Sending DONE 2.1
    2020/09/24 01:46:36.353891: [500ABB73/00:0001]: Rewind timer tripped
    2020/09/24 01:46:36.354118: [500ABB73/00:0001]: Starting pass 3
    2020/09/24 01:46:36.354475: [500ABB73/00:0001]: Sending section 2
    2020/09/24 01:46:36.374419: [500ABB73/00:0001]: Sending DONE 1.1
    2020/09/24 01:46:36.974813: [500ABB73/00:0001]: Sending DONE 2.1
    2020/09/24 01:46:37.190375: [500ABB73/00:0001]: Got 693 NAKs for section 2 from client 0xA9FE6C4B
    2020/09/24 01:46:37.190468: [500ABB73/00:0001]: Starting rewind timer
    2020/09/24 01:46:37.575256: [500ABB73/00:0001]: Sending DONE 3.1
    2020/09/24 01:46:37.791099: [500ABB73/00:0001]: Rewind timer tripped
    2020/09/24 01:46:37.791302: [500ABB73/00:0001]: Starting pass 4
    2020/09/24 01:46:37.791638: [500ABB73/00:0001]: Sending section 2
    2020/09/24 01:46:37.804835: [500ABB73/00:0001]: Sending DONE 1.1
    2020/09/24 01:46:38.405254: [500ABB73/00:0001]: Sending DONE 2.1
    2020/09/24 01:46:38.620509: [500ABB73/00:0001]: Got 515 NAKs for section 2 from client 0xA9FE6C4B
    2020/09/24 01:46:38.620610: [500ABB73/00:0001]: Starting rewind timer
    2020/09/24 01:46:39.005767: [500ABB73/00:0001]: Sending DONE 3.1
    2020/09/24 01:46:39.221231: [500ABB73/00:0001]: Rewind timer tripped
    2020/09/24 01:46:39.221420: [500ABB73/00:0001]: Starting pass 5
    2020/09/24 01:46:39.221777: [500ABB73/00:0001]: Sending section 2
    2020/09/24 01:46:39.230304: [500ABB73/00:0001]: Sending DONE 1.1
    2020/09/24 01:46:39.830785: [500ABB73/00:0001]: Sending DONE 2.1
    2020/09/24 01:46:40.046134: [500ABB73/00:0001]: Got 364 NAKs for section 2 from client 0xA9FE6C4B
    2020/09/24 01:46:40.046222: [500ABB73/00:0001]: Starting rewind timer
    2020/09/24 01:46:40.431269: [500ABB73/00:0001]: Sending DONE 3.1
    2020/09/24 01:46:40.646844: [500ABB73/00:0001]: Rewind timer tripped
    2020/09/24 01:46:40.647016: [500ABB73/00:0001]: Starting pass 6
    2020/09/24 01:46:40.647301: [500ABB73/00:0001]: Sending section 2
    2020/09/24 01:46:40.649421: [500ABB73/00:0001]: Sending DONE 1.1
    2020/09/24 01:46:40.893048: [500ABB73/00:0001]: Got 213 NAKs for section 2 from client 0xA9FE6C4B
    2020/09/24 01:46:40.893105: [500ABB73/00:0001]: Starting rewind timer
    2020/09/24 01:46:41.249790: [500ABB73/00:0001]: Sending DONE 2.1
    2020/09/24 01:46:41.493767: [500ABB73/00:0001]: Rewind timer tripped
    2020/09/24 01:46:41.493898: [500ABB73/00:0001]: Starting pass 7
    2020/09/24 01:46:41.494249: [500ABB73/00:0001]: Sending section 2
    2020/09/24 01:46:41.497263: [500ABB73/00:0001]: Sending DONE 1.1
    2020/09/24 01:46:42.097776: [500ABB73/00:0001]: Sending DONE 2.1
    2020/09/24 01:46:42.313412: [500ABB73/00:0001]: Got 85 NAKs for section 2 from client 0xA9FE6C4B
    2020/09/24 01:46:42.313473: [500ABB73/00:0001]: Starting rewind timer
    2020/09/24 01:46:42.698378: [500ABB73/00:0001]: Sending DONE 3.1
    2020/09/24 01:46:42.914076: [500ABB73/00:0001]: Rewind timer tripped
    2020/09/24 01:46:42.914132: [500ABB73/00:0001]: Starting pass 8
    2020/09/24 01:46:42.914426: [500ABB73/00:0001]: Sending section 2
    2020/09/24 01:46:42.915001: [500ABB73/00:0001]: Sending DONE 1.1
    2020/09/24 01:46:42.940800: [500ABB73/00:0001]: Got COMPLETE from client 0xA9FE6C4B
    2020/09/24 01:46:42.941053: [500ABB73/00:0001]: Transfer status:
    2020/09/24 01:46:42.941108: [500ABB73/00:0001]: Host: 0xA9FE6C4B       Status: Completed   time:  27.096 seconds
    2020/09/24 01:46:42.941150: [500ABB73/00:0001]: Total elapsed time: 27.096 seconds
    2020/09/24 01:46:42.941180: [500ABB73/00:0001]: Overall throughput: 4837.31 KB/s
    2020/09/24 01:46:42.941229: [500ABB73/00:0]: -----------------------------
    2020/09/24 01:46:42.941262: [500ABB73/00:0]: Finishing group
    2020/09/24 01:46:42.941316: [500ABB73/00:0]: Sending DONE 1.1
    2020/09/24 01:46:43.541939: [500ABB73/00:0]: Sending DONE 2.1
    2020/09/24 01:46:44.142571: [500ABB73/00:0]: Sending DONE 3.1
    2020/09/24 01:46:44.660891: [500ABB73/00:0]: Got COMPLETE from client 0xA9FE6C4B
    2020/09/24 01:46:44.660998: [500ABB73/00:0]: Late completions:
    2020/09/24 01:46:44.661050: [500ABB73/00:0]: Sending DONE_CONF 4.1
    2020/09/24 01:46:44.861241: [500ABB73/00:0]: Group complete
    

    Thank you for your support so far.
    I will look into the block/chache size as well.

    Best regards,

    Tobi

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.