MSU-CS4360-JDNS / JDNSS

A leaf DNS server in Java
1 stars 1 forks source link

EDNS0 changes, refactoring OPTRR and Query #7

Closed cblanto7 closed 6 years ago

cblanto7 commented 6 years ago

you can now run a dig @localhost test.com against JDNSS and it will reply, there are still issues however as the response is placing the OPTRR in the answer section instead of the additional section - which I believe is incorrect.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 18


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/edu/msudenver/cs/jdnss/Query.java 4 5 80.0%
src/main/java/edu/msudenver/cs/jdnss/RR.java 15 17 88.24%
<!-- Total: 22 25 88.0% -->
Totals Coverage Status
Change from base Build 17: 0.3%
Covered Lines: 471
Relevant Lines: 1905

💛 - Coveralls