From 0de83157dc3db842ab25d817cab69598c3e1ce8c Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 28 Aug 2021 08:52:41 +0100 Subject: [PATCH] Update docs --- docs/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 8148b33a..638e6fac 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,11 +10,10 @@ by a vast number of open source and commercial products - it even runs on the International Space Station! Mongoose makes embedded network programming fast, robust, and easy. -Mongoose has three basic data structures: +Mongoose has two basic data structures: - `struct mg_mgr` - an event manager that holds all active connections -- `struct mg_connection` - describes a connection -- `struct mg_iobuf` - describes data buffer (received or sent data) +- `struct mg_connection` - a single connection descriptor Connections could be either listening, outbound or inbound. Outbound connections are created by the `mg_connect()` call. Listening connections are