Changes between Version 71 and Version 72 of GoogleSummerOfCodeIdeas


Ignore:
Timestamp:
Feb 7, 2012, 10:13:16 PM (12 years ago)
Author:
kallisti5
Comment:

update ipv6 tasks

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerOfCodeIdeas

    v71 v72  
    151151    * #6489  -- ifconfig needs to validate availability of ipv6 module prior to utilization
    152152    * #2632  -- Possible redefinition for struct sockaddr_in, related to IPv6
    153     * #8316  -- Haiku needs IPv6 link scope Auto Configuration
    154     * #8317  -- Haiku needs IPv6 global scope Auto Configuration
     153    * ~~#8316  -- Haiku needs IPv6 link scope Auto Configuration~~
     154    * #XXXX  -- Haiku needs IPv6 duplicate address detection during link scope ip configuration.
     155    * #8317  -- Haiku needs IPv6 global scope Auto Configuration (router advertisement + DHCPv6)
    155156
    156157    Skill set: IPv4 and IPv6 protocols, kernel and network stack development
     
    172173
    173174
    174 ===== Modular edit view (BIG) ====
     175==== Modular edit view (BIG) ====
    175176    Many Haiku applications are using their own edit view to provide basic editor functionalities. All these implementations work a little bit different and create an inconsistent user experience.
    176177    One solution is to provide a modular and powerful editor view that could be used in various Haiku applications.