mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
f59ee209d2
The DHCP client used to always send packets with a size of 1024 regardless of the size of the actual content, which was always significantly lower. 1024 bytes was simply a guess to provide enough space for all types of DHCP client packets. As we know the exact size of each packet the DHCP client sends even before packet creation, this commit makes use of the knowledge resulting in much smaller packets sent by the DHCP client. Fixes #4619
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.