jafayer / DinoDNS

https://dinodns.dev
2 stars 0 forks source link

Preliminary truncation of UDP responses #12

Closed jafayer closed 1 month ago

jafayer commented 1 month ago

This pull request introduces functionality to handle truncated DNS responses in the UDPSerializer class. The primary changes include updating the UDPSerializer to truncate responses that exceed the maximum size and adding corresponding tests to ensure this functionality works correctly.

Enhancements to DNS Response Handling:

Testing Improvements: