47b13f6b10
improve cmake warning flags, fix various warnings in examples
2025-10-14 17:13:28 +07:00
6fd9457924
Fix goto indentation
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-27 21:26:49 +08:00
bf18444e97
Fix compile error.
2025-07-25 18:58:33 +08:00
c1d3fc8031
dhcp: Fix DHCP_OFFER/DHCP_ACK destinaton.
...
In RFC 2131, the destination of DHCP OFFER/ACK is defined in Section 4.1.
Fix the destination error by following the rule of RFC 2131.
TODO: We implement all rule but the last one. ARP table is required to associate client's macaddr.
Currently, fallback to broadcast.
Signed-off-by: Elwin Huang <s09289728096@gmail.com >
2025-07-25 17:02:37 +08:00
3623ba1884
fix trailing space and new line
...
temporarily disable codespell
2023-03-17 16:12:49 +07:00
830849211d
dhserver: Fix a potential DoS vulnerability accidentially introduced by #1712
2023-02-04 22:37:39 +01:00
3f3f6eee1c
dhserver: Support DHCP clients that don't send the MESSAGETYPE as first option
...
Signed-off-by: Jannis Achstetter <kripton@kripserver.net >
2022-11-01 23:42:58 +01:00
d42b5604ce
net_lwip_webserver: allow users to enable LWIP_IP6 if desired
2021-10-19 11:29:51 -05:00
56277ce216
net_lwip_webserver: efficiency tweaks
2020-10-14 20:26:40 -05:00
fee79d7466
add CDC-ECM/RNDIS/CDC-EEM network device class with example
2020-03-02 21:15:01 -06:00