-
- Downloads
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>
Showing
- doc/README.udp 35 additions, 0 deletionsdoc/README.udp
- include/net.h 1 addition, 1 deletioninclude/net.h
- include/net/udp.h 41 additions, 0 deletionsinclude/net/udp.h
- net/Kconfig 6 additions, 0 deletionsnet/Kconfig
- net/Makefile 1 addition, 0 deletionsnet/Makefile
- net/net.c 12 additions, 1 deletionnet/net.c
- net/udp.c 46 additions, 0 deletionsnet/udp.c
Loading
Please register or sign in to comment