From 70a9f2ba36932820cd27532a7c1c19ec69f62ce6 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 10 Apr 2023 21:13:27 +0000 Subject: [PATCH] Update 'Home' --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 98ffc3d..3f27cbc 100644 --- a/Home.md +++ b/Home.md @@ -2,7 +2,9 @@ ### Servers -* After you Accept a connection from a client, you need to watch the new socket for that client for updates, rather than the original server socket: +#### Only the first block of sent data from the server is received + +After you Accept a connection from a client, you need to watch the new socket for that client for updates, rather than the original server socket: ```basic Do