TODO 581 B

123456789101112131415
  1. add statics for RRClass::IN() (RRClass.IN()) etc.
  2. (and replace RRClass("IN") in tests with those)
  3. same for RRType? (xfrout.py.in line 256)
  4. creating a render message and not setting opcode/rcode results in a segfault later (nullpointer)
  5. (is this cpp or python problem?)
  6. The function set wrapped is not complete; for instance, in
  7. MessageRenderer, we really only provide the high-level readout
  8. functions. Do we need access to the writers? (there is one set() right
  9. now).
  10. segfault when comparing with bad type like int (at least for Name and Rcode, but probably for the rest too)