Embedded Web Server
Go to file
Deomid Ryabkov 311fdb8bac lwip: Optimize UDP RX path and introduce a limit
Store adddress in the memory immediately preceding the packet data.
It is guaranteed to have enough space (IP header is 20 bytes).

Introduce a limit on the length of the RX chain,
MG_LWIP_MAX_UDP_RX_CHAIN_LEN. Default is 20.
2021-09-01 22:25:36 +01:00
docs Make it possible to override default FS update algorithm 2020-06-11 18:27:48 +01:00
examples Add http proxy client example 2020-03-25 16:32:49 +00:00
jni !): Fix for compile error in Android. 2016-07-06 14:50:08 +08:00
src lwip: Optimize UDP RX path and introduce a limit 2021-09-01 22:25:36 +01:00
test Add mg_next_query_string_entry_n() and mg_url_decode_n() 2020-10-24 22:53:50 +01:00
tools Fix amalgam/unamalgam diffs 2021-06-12 00:22:26 +01:00
.clang-format lwip: Optimize UDP RX path and introduce a limit 2021-09-01 22:25:36 +01:00
.mbedignore Fix mongoose/mbed compilation 2017-01-30 13:10:47 +00:00
LICENSE Sync src with amalgamated versions 2020-07-08 02:08:49 +01:00
mongoose.c lwip: Optimize UDP RX path and introduce a limit 2021-09-01 22:25:36 +01:00
mongoose.h Add ability to enumerate endpoints 2021-06-12 01:56:50 +01:00
README.md Update README 2021-06-12 02:00:49 +01:00

Mongoose - Embedded Web Server / Embedded Networking Library

This branch is only for use by Mongoose OS, for other projects please use the master branch.

Licensing

Mongoose is released under Commercial and GNU GPL v.2 open source licenses.

Commercial Projects: Contact us for commercial license.