Toggle navigation
Sign in
taskrambler
/
libtrcomm
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
e3ca74d8c590048c97c9c7a3bb1df7e766ffe14a
Authored by
Georg Hopp
2014-08-15 21:07:41 +0100
1 parent
b217c4d1
update README.md
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
README.md
testers/testserver2.c
README.md
View file @
e3ca74d
1
-
LIBTREVENT
2
-
==========
1
+
LIBTRCOMMUNICATION
2
+
==================
3
3
4
-
Generic communication layer. This provides an easy way to create tcp/udp
5
-
clients or server for various protocol implementations.
4
+
Socket communication layer build upon libtrevent.
...
...
testers/testserver2.c
View file @
e3ca74d
...
...
@@ -31,7 +31,6 @@ main (int argc, char * argv[])
31
31
TR_delete
(
server
);
32
32
TR_delete
(
test_handler
);
33
33
TR_delete
(
protocol
);
34
-
//TR_delete(ep);
35
34
36
35
TR_eventHandlerClassCleanup
(
TestHandler
);
37
36
TR_serverClassCleanup
();
...
...
Please
register
or
login
to post a comment