Updated Frequently Asked Questions (markdown)

dswd 2016-08-25 11:35:11 +02:00
parent b066678449
commit 7ba99b60d9
1 changed files with 2 additions and 1 deletions

@ -53,9 +53,10 @@ All the rest is about how VpnCloud decides where packets/frames should be sent t
#### How much overhead do VpnCloud headers add?
VpnCloud has a fixed 8-byte header. If encryption is used, another 12-byte header is added. As VpnCloud packets are transported over UDP, you have to add the UDP header (8 bytes), an IP header (20 bytes for IPv4 and 40 bytes for IPv6) and an Ethernet header (14 bytes).
VpnCloud has a fixed 8-byte header. If encryption is used, another 12-byte header is added. As VpnCloud packets are transported over UDP, you have to add the UDP header (8 bytes), an IP header (20 bytes for IPv4 and 40 bytes for IPv6) and an Ethernet header (14 bytes) for TAP devices.
So the total overhead is:
- 50 bytes if unencrypted and IPv4
- minus 14 bytes for TUN devices
- plus 12 bytes for encryption
- plus 20 bytes for IPv6