You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matter requires that regular Matter messages fit in IPv6 MTU
of 1280 bytes so the default packet buffer size of 1583 bytes
seems excessively large for some configurations. Especially
that the buffers only hold the UDP payload in the case of
non-LWIP transports.
There are two exceptions to the above though:
1. Minimal mDNS uses the same packet buffer pool and mDNS
message size is not limited to 1280 bytes, so shrinking
the buffer size below MTU might have a negative impact
on the mDNS behavior.
2. Matter allows definining so called large messages that
can be bigger than 1280 bytes and sent over TCP, but that
is not implemented yet and will likely require a different
allocation mechanism.
Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
(cherry picked from commit 8e27412)
0 commit comments