From 8010ecc3e7b9ae1c8352ff5170fc29b18e035398 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 29 May 2019 14:27:43 -0400 Subject: [PATCH] fix image width --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b5e468..1a7d002 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ wg show wg0 WireGuard uses encrypted UDP packets for all traffic, it does not provice guarantees around packet delivery or ordering, as that is handled by TCP connections within the encrypted tunnel. -
+
Further reading: @@ -257,7 +257,7 @@ WireGuard claims faster performance than most other competing VPN solutions, tho WireGuard's performance gains are achieved by handling routing at the kernel level, and by using modern cipher suites running on all cores to encrypt traffic. WireGuard also gains a significant advantage by using UDP with no delivery/ordering guarantees (compared to VPNs that run over TCP or implement their own guaranteed delivery mechanisms). -![](https://i.imgur.com/heEYg59.png) + Futher reading: