project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
323 stars 45 forks source link

External access to the RX and TX transport buffers #195

Closed ivmarkov closed 3 months ago

ivmarkov commented 3 months ago

A minor extension to allow user code (as in e.g. user-provided mDNS implementations) to re-use the RX/TX buffers rather than wasting memory by allocating its own.

The same mechanism is used by the built-in mDNS since quite some time.