From 7ba99b60d9c2220ceb8bf4914ded21157b6a5c5c Mon Sep 17 00:00:00 2001 From: dswd Date: Thu, 25 Aug 2016 11:35:11 +0200 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index a91d5c2..ef76bcf 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -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