Tags for advancedsettings.xml in v16

Hi

Im trying to create an advancedsettings.xml file for jarvis v16 to change the readfactor and memorybuffer, now the wiki only designates the NEW changes for v17, it says:

Quote:In Kodi v17, the cache-related tags were removed from <network> and placed under a new <cache> tag. In addition, the following tags were renamed:
<cachemembuffersize> was renamed to <memorysize>
<readbufferfactor> is renamed to <readfactor>

so I know what the setting tags are for v16 such as <cachemembuffersize> and <readbufferfactor>, but is everything else remain the same?

e.g.

<advancedsettings>
<cache>
<cachemembuffersize>52428800</cachemembuffersize>
<readbufferfactor>30</readbufferfactor>
</cache>
</advancedsettings>

or is it:

<advancedsettings>
<network>
<cachemembuffersize>52428800</cachemembuffersize>
<readbufferfactor>30</readbufferfactor>
</network>
</advancedsettings>

it mentions <network> tags but I dont really understand what it means

thanks