Skip to content
  • Lubos Slovak's avatar
    56b2003e
    Changes to RDATA. · 56b2003e
    Lubos Slovak authored
    RDATA items changed to be more space efficient. Distinguishes
      several content types and stores the rest as binary array with
      its length stored in th first byte.
    
    Changed RDATA constructor to not allocate space for items.
    
    Functions for comparing RDATAs:
      dnslib_rdata_compare() - just a first draft though.
      dnslib_rdata_compare_binary() - compares two binary RDATA items
        (needs testing)
    
    refs #119
    56b2003e
    Changes to RDATA.
    Lubos Slovak authored
    RDATA items changed to be more space efficient. Distinguishes
      several content types and stores the rest as binary array with
      its length stored in th first byte.
    
    Changed RDATA constructor to not allocate space for items.
    
    Functions for comparing RDATAs:
      dnslib_rdata_compare() - just a first draft though.
      dnslib_rdata_compare_binary() - compares two binary RDATA items
        (needs testing)
    
    refs #119
Loading