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
Please register or sign in to comment