Displaying 1 result from an estimated 1 matches for "discard_pkg".
Did you mean:
discard_pkt
2009 Mar 12
1
the return value of packet_peek()
...event(s, now);
break;
}
}
bail:
return ret;
}
we will not do the above for loop since we don't want the received packet.
There are two questions:
1. Are you plan to make ipconfig work with network card which already
have an ip?
2. Is it safely to change the return value to -1 in discard_pkg lable
of packet_peek()?
Thank you very much.