home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / mcast / part01 / TODO < prev   
Text File  |  1993-04-06  |  1KB  |  30 lines

  1. $Header: /u0/casey/src/mcast/RCS/TODO,v 1.1 92/10/16 18:21:18 casey Exp $
  2.  
  3.  
  4.               UNFINISHED WORK ON THE LLNL MCAST DISTRIBUTION
  5.  
  6.  
  7.     o    Implement a real naming scheme: registration and lookup.  Currently
  8.     mcast_getgroupbyname just zeros out a multicast address and then
  9.     strncpy copies the group name into the address.  Pretty hokey, but
  10.     it let us get started.
  11.  
  12.     o    Implement the readv and writev limcast routines.  This will require
  13.     rewriting the _mc_read and _mc_write low level routines to accept
  14.     a uio structure.  Obviously all the mc_read, mc_write, mc_recv,
  15.     mc_send, etc. routines will also have to be modified to follow
  16.     suit.
  17.  
  18.     o    Implement a way to get the current multicast group membership and
  19.     also a way to get asynchronous notification of group membership
  20.     changes.
  21.  
  22.     o    Write general documentation covering multicast abstraction and
  23.     interface.
  24.  
  25.     o    Write up implementation notes for the internal structure of the
  26.     multicast server.  Diagrams describing the varied data structures
  27.     would be especially nice ...
  28.  
  29.     o    Well, obviously a true multicast implementation would be nice too ...
  30.