From 4ebabda4034f195552aab20064b72cadfe37449b Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Wed, 10 Jan 2024 11:11:10 -0500 Subject: [PATCH] Update README.md Signed-off-by: Glenn Fiedler --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f087e2..f70d519 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ **netcode** is a secure connection-based client/server protocol built on top of UDP. -![image](https://github.com/mas-bandwidth/netcode/assets/696656/2ae3e795-2591-41c4-aec8-eaf0b44e9f17) - It has the following features: * Secure client connection with connect tokens * Client slot system where each client is assigned a client index on connect * Encrypted and signed packets +![image](https://github.com/mas-bandwidth/netcode/assets/696656/2ae3e795-2591-41c4-aec8-eaf0b44e9f17) + and protects your game server from: * Zombie clients