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