Tor TCP buffers tweak advantage

Please share your opinion about a usefulness of this Tor (TCP) performance tweaking method:

  1. Any benefit from using a modified Bandwidth*Delay Product (or BDP) for increase the Tor network client speed?

    BDP determines the amount of data that can be in transit in the network.

    Now we can find out the average Tor “Round Trip Time” (“ping” to exit node): ~500 ms, and Tor bandwidth: ~500KBps; then calculate the BDP: 250000 bytes.

And set the BDP to increase the default TCP receive buffers:

sysctl net.ipv4.tcp_rmem="50000 250000 16777216"
sysctl net.ipv4.tcp_wmem="50000 250000 16777216"

And now our host can send more packets to a receiver to get an acknowledgement from the receiver. Perhaps, this will increase the Tor client bandwidth, file download speed.

  1. How the tweak speed/bandwidth benefits can be measured in Tor network?

Bandwidth Delay Product Calculator - SpeedGuide.net :: Bandwidth Delay Product