You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add support for parsing EDNS OPT record, and also to parse the options in it (cookie, NSID, etc). It does not seem there is support for that in the Erlang library. I added one in the Drink server (lib/drink/parsing.ex), you're welcome to reuse the code if you want.
The text was updated successfully, but these errors were encountered:
I just refactored the EDNS code in Drink, it is now in lib/drink/edns.ex and lib/drink/ednscodes.ex. Feel free to reuse it. It now handles NSID, ECS, and cookies.
It would be nice to add support for parsing EDNS OPT record, and also to parse the options in it (cookie, NSID, etc). It does not seem there is support for that in the Erlang library. I added one in the Drink server (
lib/drink/parsing.ex
), you're welcome to reuse the code if you want.The text was updated successfully, but these errors were encountered: