commit | 6ec70bc821638ac96d1b3b24f3caeaa671f6d622 | [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 | 9e6ed388b4170f97bc15781b088e8a3713d86a16 [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>