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