1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 01:45:07 +00:00
serenity/Userland/Services/DHCPClient
Thitat Auareesuksakul c949a4db2d DHCPClient: Send ParameterRequestList option with DHCPRequest packet
We'll need SubnetMask and Router options to be returned with the ACK
packet. So, it's a good idea to request them explicitly in this packet.
2022-04-17 10:25:01 +04:30
..
CMakeLists.txt DHCPClient: Port to LibMain :^) 2021-11-30 23:34:40 +01:00
DHCPv4.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DHCPv4.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DHCPv4Client.cpp DHCPClient: Send ParameterRequestList option with DHCPRequest packet 2022-04-17 10:25:01 +04:30
DHCPv4Client.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
main.cpp DHCPClient: Port to LibMain :^) 2021-11-30 23:34:40 +01:00