Opened 14 years ago
Closed 14 years ago
#405 closed defect (fixed)
Networking stack overhaul
| Reported by: | Jiri Svoboda | Owned by: | Jiri Svoboda |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5.0 |
| Component: | helenos/unspecified | Version: | mainline |
| Keywords: | Cc: | ||
| Blocker for: | Depends on: | #404 | |
| See also: |
Description (last modified by )
Replace the current TCP/IP stack with a new one. Desired features:
- No packet server
- IPC and CLI for run-time configuration
- Alternate IP data link types (IP-over-Ethernet, SLIP, PPP, etc.)
- Allow multiple addresses per data link
- Datalink hot addition and removal
Change History (4)
comment:1 by , 14 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
You can watch my progress here: https://code.launchpad.net/~jsvoboda/helenos/inet
comment:4 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
The TCP/IP stack rewrite was merged in mainline,1471 and mainline,1472.
Note:
See TracTickets
for help on using tickets.

We replace everything except the socket implementation / application interface. That will be replaced later.