mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 16:58:29 +00:00
22ef3ed474
LwIP skips a packet copy by wrapping Nic stream buffer regions in LwIP pbuf objects. Move from a fixed size array to a potentially unbounded slab allocator for managing this buffer metadata. Ref #2335