diff options
author | 2016-07-07 20:33:48 +0100 | |
---|---|---|
committer | 2016-07-07 23:41:30 +0100 | |
commit | 3688f046e8b62bce6c4c51b43f48bd5c67a2aaf6 (patch) | |
tree | af4ceeb5cb68fbff0456c5e8080c62fe25a1056e /README | |
parent | 8efc4c11464fd76db6c2a145664aa047615b749e (diff) |
Update README to sync with latest changes
Change-Id: Ib9238612706f963b9581f98c4b2592e3c0d55cd0
Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Diffstat (limited to 'README')
-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 |