commit | b43ea1bf18bf4ba5eeec7131c1a19d864399e422 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Fri Sep 18 14:13:00 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 16:55:03 2020 -0400 |
tree | 5ae63ab33c462f8c016a61f31eea62c8240dd6e5 | |
parent | cafaa301c98aa8f1b81cf61a91d22d5d68b4b1d3 [diff] |
net: add a generic udp protocol This commit adds a generic udp protocol framework in the network loop. So protocol based on udp may be implemented without modifying the network loop (for example custom wait magic packet). Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>