Opened 14 years ago
Closed 12 years ago
#291 closed defect (fixed)
Invalid mnemonics and documentation in IP protocol
Reported by: | Radim Vansa | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 0.5.0 |
Component: | helenos/net/inet | Version: | mainline |
Keywords: | ip | Cc: | |
Blocker for: | Depends on: | ||
See also: |
Description
The structure ip_netif (uspace/srv/net/il/ip.h) contains invalid documentation and confusing field names phone and service - these are actually filled with phone and service number for the NIL layer working on the NETIF device, but all documentation describes these as direct connections to the NETIF module.
Similar to this is the internet_service variable in uspace/srv/net/net/net.c start_device(…), which also contains NIL service number.
Note:
See TracTickets
for help on using tickets.
Fixed in mainline,1471 by virtue of replacing the old networking stack with the new one which does not have these variables nor the problem.