summaryrefslogtreecommitdiffstats
path: root/doc/README.udp
Commit message (Collapse)AuthorAgeFilesLines
* net: add a generic udp protocolPhilippe Reynes2020-09-301-0/+35
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>