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