diff options
-rw-r--r-- | README | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -57,10 +57,14 @@ $(TLDK_ROOT) | +----lib | | -| +--libtle_udp - implementation of the UDP datagram processing +| +--libtle_dring - dring library +| | +| +--libtle_udp - implementation of the UDP datagram processing | +----examples - | - +-- udpfwd - sample app to demonstrate and test libtle_udp usage - (refer to examples/udpfwd/README for more information) - +| | +| +--udpfwd - sample app to demonstrate and test libtle_udp usage +| (refer to examples/udpfwd/README for more information) ++----test - unit-tests +| | +| +--dring - UT for libtle_dring |