History log of /seL4-camkes-master/projects/camkes/apps/picotcp_tcp_echo/components/Echo/src/tcp_echo_socket.c
Revision Date Author Comments
# e653f3f9 02-Dec-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX

Also clarifies provenance of code in `apps/fdtgen/fdt_utils.c`

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# c25c1db7 20-Jul-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

picotcp_tcp_echo: Use async socket interfaces

These async interfaces use virtqueues to batch multiple receive and send
operations together. This change applies to both the TCP connections and
UDP socket. The socket functionality was moved into separate files also.