commit | e6795ea7004510105f3406869dc27885e873b8da | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Sat Mar 22 19:01:31 2025 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Sun Mar 23 00:41:37 2025 +0900 |
tree | 29136bbef098ef915185448bfa20c87d89754caf | |
parent | c685ef0b509ccd5c5562147e0e0b7482d88a5f1a [diff] |
Optimize mDNS packet chunk preloading for RAM efficiency This commit optimizes the preloading of mDNS v4 and v6 packet chunks into the data region, preventing duplicate storage of MAC and IPv6 addresses. This optimization reduces the generated program size from 4342 to 4289 bytes, saving 53 bytes of RAM. Test: TH Change-Id: Ia633a68ffa97d4294381f533d76821055f91aa04