doc: release: 3.3: Add note on IPv4 fragmentation support

Adds a note that IPv4 fragmentation support is now available.

Signed-off-by: Jamie McCrae <spam@helper3000.net>
This commit is contained in:
Jamie McCrae 2022-11-02 00:04:15 +00:00 committed by Carles Cufí
commit 51e4d7bc56

View file

@ -249,6 +249,11 @@ Drivers and Sensors
Networking
**********
IPv4 packet fragmentation support has been added, this allows large packets to
be split up before sending or reassembled during receive for packets that are
larger than the network device MTU. This is disabled by default but can be
enabled with :kconfig:option:`CONFIG_NET_IPV4_FRAGMENT`.
USB
***