Skip to content
Snippets Groups Projects
Commit 0de83157 authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

Update docs

parent cc9639b3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment