mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
d822b82f5b
Minor speed improvements of ~6Mbit. Additionally a ethernet frame fits now into one memory allocation per pbuf. Beforehand two were allocated - one being 1514 bytes and another one being 2 bytes (monitored by instrumenting copy loop in libports/src/lib/lwip/platform/nic.cc).