mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-27 20:59:00 +08:00
311fdb8bac
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.
7 lines
166 B
YAML
7 lines
166 B
YAML
BasedOnStyle: Google
|
|
AllowShortFunctionsOnASingleLine: false
|
|
SpaceAfterCStyleCast: true
|
|
PointerBindsToType: false
|
|
DerivePointerBinding: false
|
|
IncludeBlocks: Preserve
|