diff --git a/docs/README.md b/docs/README.md index 8148b33a09c16b244f6982f12bd6c20d90c85eec..638e6fac556c80249ce643fafe3d1ecaac05e948 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