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