note tests that need to be tested

This commit is contained in:
AJ ONeal 2017-10-09 16:03:37 -06:00
parent 30c1fd13af
commit 7437de1e37
1 changed files with 8 additions and 0 deletions

View File

@ -13,3 +13,11 @@ Casing should match on other sections if a direct match? (not required, but effi
- www.EXample.COm + example.com = EXample.COm
- EXample.COm + www.example.com = www.EXample.COm
- (this should be taken care of by compression pointer logic, once implemented)
Send malformed packets (both as queries and as answers):
- bad question count, answer count, etc
- bad rdata (too long, too short)
- proper packets, truncated
- randomly twiddled bits
- forward compression pointers
- compression pointers to wrong bits (throw error on non-ascii / unsafe chars)