Opened 13 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.

Change History (1)

comment:1 by Jakub Jermář, 12 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.