Skip to content
Snippets Groups Projects
Commit bf721535 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

The zeroes are fake data

parent 7b67eee5
No related branches found
No related tags found
1 merge request!527Move all the data
Loading
Loading
@@ -269,10 +269,10 @@ we would gain more throughput by moving over a shorter distance this time
around (from Delft to Frankfurt).
 
The first thing I started looking into at this point was whether we could
somehow make better use of the network bandwidth at our disposal. Sending
zeroes over the (encrypted) IPIP tunnel (`dd if=/dev/zero | nc remote_ip 1234`)
we could get about 17 MB/s. By disabling IPsec (not really an option as far as
I am concerned) we could increase that number to 40 MB/s.
somehow make better use of the network bandwidth at our disposal. Sending fake
data (zeroes) over the (encrypted) IPIP tunnel (`dd if=/dev/zero | nc remote_ip
1234`) we could get about 17 MB/s. By disabling IPsec (not really an option as
far as I am concerned) we could increase that number to 40 MB/s.
 
The only conclusion I could come to was that we were not reaching our maximum
bandwidth potential, but that I had no clue how to coax more speed out of the
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment