Skip to content
Commit d9a2a3c3 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Networking: When upd_input() cannot process a packet, it returns ERROR so that...

Networking: When upd_input() cannot process a packet, it returns ERROR so that network drivers may try calling ipv4_input() later.  In this case, it must also set d_len to zero.  Otherwise, all network drivers will assume tht there is also an outgoing packet.  This results in a gratuitous ARP.
parent 1db918d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment