nuttxs opened a new pull request, #3131: URL: https://github.com/apache/nuttx-apps/pull/3131
## Summary netutils/dhcpc/dhcpc.c:Implement a dedicated interface to send DHCPRELEASE, According to RFC 2131 section 3.1, DHCPRELEASE is used by a client to relinquish a network address and cancel any remaining lease time. ## Impact New Feature/Change: support DHCPRELEASE message User Impact: new interface. Build Impact: New configuration item for dhcpc Hardware Impact: No Security: No Compatibility: Backward-compatible; no breaking changes. ## Testing The reference for verifying the captured DHCPRELEASE request data after calling `dhcpc_release()` is as follows: <img width="1019" height="516" alt="图片" src="https://github.com/user-attachments/assets/06e0ecbf-2b38-46fd-81ef-057be497d8f0" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org