|
Notes:
- Removes increments of IpInDelivers and IpInDiscards from
upper level protocols and moves them to the IP layer.
(upper layer protocols needn't know whether it was IP or
IPv6 that delivered the packet (e.g. what we might have in SCTP))
- It also eliminates the subsequent atomic decrement of
IpInDelivers when UDP drops a packet and the current
duplicate incrementing of IpInDelivers for multicast packets.
- Leaves drops in raw sockets unaccounted for, at the moment.
|