From b5f1c915e446e32ba59a0e8eb5b9daa02cf86e80 Mon Sep 17 00:00:00 2001 From: andrea Date: Fri, 29 Mar 2024 12:34:30 +0100 Subject: [PATCH] doc --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6fdadf..7e099f0 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,9 @@ These are the most notable characteristics of **MinimalSocket**: TODO -| Command | Description | -| --- | --- | -| git status | List all new or modified files | -| git diff | Show file differences that haven't been staged | +| | Blocking Behaviour | Non Blocking Behaviour, functions return immediately | +| --- | --- | --- | +| accepting of a new client (tcp only) | caller thread is absorbed till a new client actually asks to connect | if a connection request from a client was already queued before calling the accept function, a new connection handler is returned, otherwise a nullopt is returned. | ## USAGE