home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / gnome-netstatus-applet / TODO < prev   
Encoding:
Text File  |  2007-02-13  |  1013 b   |  27 lines

  1. - When an applet starts for the first time we just pick the
  2.   first available interface (loopback interfaces will always
  3.   be at the end of the list). We should be more intelligent
  4.   if there are any other Network Monitors running and pick
  5.   an interface other than the ones already displayed.
  6.  
  7. - Implement IPv6 support
  8.  
  9. - This is totally linux specific at the moment. Need to:
  10.     * Add other implementations for netstatus-sydeps.c on
  11.       systems without /proc/net/dev. In
  12.       Attic/netstatus-interface.c Erwann had some code to
  13.       do it on Solaris.
  14.     * Check if <net/if_arp.h> and the various ARPHRD constants
  15.       are anyway standard. Well, I know the constants are
  16.       in some RFC but ...
  17.     * Check if all the ioctl()s used portable ?
  18.     * We use <arpa/inet.h> for inet_ntoa() - is that portable.
  19.     * Other headers to check: <sys/ioctl.h> and <net/if.h>.
  20.  
  21. From Calum:
  22.  
  23. - Need to make sure all the icons we use are registered as
  24.   stock or use the icon theming stuff, so we can theme
  25.   them.
  26.  
  27.