Packet structure and API, query + response API.
- General packet structure and API separated into packet.h/.c. - Query API separated to query.h/.c. - Response API separated to response2.h/.c These structures are not yet used, nor they are added to the makefile. A lot of functions not yet implemented, just a skeleton. refs #816 @2:00
Showing
- Knot.files 6 additions, 0 deletionsKnot.files
- src/dnslib/debug.h 11 additions, 0 deletionssrc/dnslib/debug.h
- src/dnslib/packet.c 330 additions, 0 deletionssrc/dnslib/packet.c
- src/dnslib/packet.h 269 additions, 0 deletionssrc/dnslib/packet.h
- src/dnslib/query.c 15 additions, 0 deletionssrc/dnslib/query.c
- src/dnslib/query.h 49 additions, 0 deletionssrc/dnslib/query.h
- src/dnslib/response2.c 277 additions, 0 deletionssrc/dnslib/response2.c
- src/dnslib/response2.h 219 additions, 0 deletionssrc/dnslib/response2.h
Please register or sign in to comment