History log of /seL4-camkes-master/projects/camkes/apps/picotcp_tcp_echo/components/Echo/src/echo.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>


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

picotcp_tcp_echo: Add utilization and tracing

- Add a socket for starting and stopping and reporting utilization
information gathering
- Add BenchUtiliz component for performing measurements and also tracing
support.


# 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.


# dfcebf1e 04-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

picotcp_tcp_echo: Create app based on picoserver

This app is similar to picoserver but doesn't have a listener component.
It has an echo client that echoes TCP messages received on port 1234