Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / doc / roadmaps / networking
blobbb19028122ba97065ea3076712bc84a63aca2080
1 $NetBSD: networking,v 1.7 2009/09/15 21:07:58 agc Exp $
3 NetBSD Networking Roadmap
4 =========================
6 This is a small roadmap document, and deals with the networking
7 side of the operating system.
9 The following projects are expected to be included in NetBSD 6.0
11 1. Mobile IPv6
12 2. SCTP
13 3. network driver polling
14 4. ALTQ processing on input
15 5. integrated multicast dns / zeroconf
16 6. tcp support in libsa
17 7. netboot from http
19 We currently expect to branch 6.0 in the March 2010 timeframe, with a view
20 to a 6.0 release later in 2010.
22 We'll continue to update this roadmap as features and dates get firmed up.
25 Some explanations
26 =================
28 2. SCTP
29 -------
31 Add support for the SCTP for both IPv4 and IPv6.
33 3. network driver polling
34 -------------------------
36 Responsible: matt
38 4. ALTQ processing for input
39 ----------------------------
41 Responsible: matt
43 5. multicast DNS / zeroconf
44 ---------------------------
46 Add support for multicast DNS (name.local)
48 Responsible: tsarna
50 6. tcp support in libsa
51 -----------------------
53 Add a tiny tcp implementation to libsa.
55 Responsible: matt
57 7. http netbooting
58 ------------------
60 Be able to use a HTTP server hosting a kernel and/or disk image as a
61 read-only root device.
63 Responsible: ???
65 Matt Thomas
66 Alistair Crooks
67 Sun 25 Jan 2009 21:06:42 PST