]> git.meshlink.io Git - catta/blob - todo
check MUSTs of RFC:
[catta] / todo
1 todo:
2 * add SRV and TXT records referenced from PTR records automatically to packet
3 * add A and AAAA records referenced from SRV records automatically to packet
4
5 * Add some APIs to get the clean service name from RR for browsing
6
7 RFC MUSTs:
8         * Return to probing state on conflict
9         * fix flush bit when working on RRsets
10         * one RR too large for single packet
11
12 * check wether RRsets are supported correctly (i.e. that all records of an
13   RRset are really sent if it is requested) (rfc 2181)
14
15 * test against apple test suite
16
17 * release!
18
19 done:
20 * Probing/Conflict resolution
21 * uniqueness
22 * respect escaping in name serialization
23 * really send goodbye packets
24 * refresh subscribed records only
25 * FLX_DNS_TYPE_ANY support
26 * Known-Answer suppression client part
27 * Known-Answer suppression server part
28 * make flx_server_add_text() and flx_server_add_service() variadic functions
29 * name compression
30 * remove expression "rrset" from source files
31 * defend our entries on incoming goodbye
32 * allow NULL bytes in TXT records
33 * add flx_server_add_service_strlst() and friends
34 * change flx_* to avahi_*
35 * Unicast responses/queries
36 * Legacy unicast
37 * no flush bit in known answer
38 * always set AA
39 * check: TC bit is valid for queries ONLY