EDNS refactoring v2
Loading
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Refactored the EDNS even more. The edns_parameters
structure has been removed, only the OPT RR is used everywhere. Also removed any EDNS-related stuff from the packet functions, except for a getter, but there is one for TSIG as well, so it's not an issue probably. It's also possible to remove it, as it only saves a few characters of code.
Unittests pass, functional tests also.
Please review again.