~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
cvs/emstar/devel/state/TODO


  1 
  2 
  3 known bugs
  4 ----------
  5 
  6 * late-completed frags may not trigger a data device update  
  7 * publish interface allows multiple entries with same key
  8   (ignores all but last, but writes all the data)
  9 
 10 extensions
 11 ----------
 12 
 13 * publication/removal of individual keys rather than complete
 14   blocks
 15 * access to "full" data output (includes non-contiguous)
 16 * support for many-to-one unicast flows to sink
 17 
 18 performance improvements
 19 ------------------------
 20 
 21 minor
 22 -----
 23 
 24 * init msg sets full mode at last minute when no data is present
 25 * the checkpoint init message does not need to be pushed
 26 * nack length field map 0x1F to 0xFFFF  
 27 * init can have implied length field
 28 * refresh might be made one byte shorter in some cases?
 29 
 30 major
 31 -----
 32 
 33 clustersync
 34 -----------
 35 * passthru enabling aggregation
 36 * prune redundant data elements to empty "RED" message
 37 
 38 retx
 39 ----
 40 
 41 * better aggregation of nacks and refreshes with data traffic
 42   (aggregation delay time before it's forced to go out)
 43   (if passthru in use, always send before aggregation delay)
 44 * NACK overhearing
 45 * acks to kill refresh messages? or integrate refreshing with 
 46   clustering algorithm?
 47 * smarter nack adjustment -- knock out individual entries 
 48   from nacks, avoiding unnecessary nack replay?
 49 
 50 
 51 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.