-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrapped function with C++14 and repackaged with VS2022 #3
base: master
Are you sure you want to change the base?
Conversation
GsoyG
commented
Nov 25, 2023
- Encapsulate the main functions into the DHCPServer class and the message structure into the DHCPMessage class.
- Split the output into main.cpp and replace the original error output with exceptions.
- Replaced the original macro definition with static member functions and constant expressions.
- Put the else judgment of if in front to simplify the if hierarchy.
- Removed LocalFree check.
This is very interesting, but I'm not in a place to review or test changes to this project. Sorry! Looking at how much you've invested, maybe you would like to maintain a fork of the project? |
Thank you very much for your reply. |