I too have noticed buffering issues - albeit I'm still on 7.90.10 - I'm going from a CUBOX (Original) running archlinux as a NFS server going via ethernet to the router then WIFI (300Mbps) adapter to ethernet back into my CUBOX-I4 pro. I monitor both boxes (NMON and tail (kodi log and journal)) and can see the traffic is normal on both sides, but just occasionally (and it is occasionally) it stalls - nothing in the kodi log, no hang on either boxes, CPU is as good as zero - no I/O no network traffic. It's as if it just given up on life. I'm still trying to deduce what is causing it. (I don't think it is LE, but something else in my setup).
Could it be the NFS client? I haven't tried SMB.
I have played around with advancedsettings.xml and have tried many options. Even 1G memory and 40 read factor (Didn't go well)
This works for me most of the time on Kodi 17 (NOT for 16 - cache names are different).
<advancedsettings>
<cache>
<buffermode>1</buffermode>
<memorysize>524288000</memorysize>
<readfactor>20</readfactor>
</cache>
</advancedsettings>
I believe the CUBOXTv only has 1G memory, so best to change memorysize to 262144000 and see if that helps.
If you can replicate the error, then switch on debug mode and send the kodi.log, it might show something.