aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 9 insertions, 5 deletions
diff --git a/README b/README
index f12e9b2..6d8b7f8 100644
--- a/README
+++ b/README
@@ -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