Skip to content

Commit e6ee580

Browse files
authored
Update README.MD
1 parent 14750b9 commit e6ee580

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.MD

+6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ Example of simple server/client that can work with both UPD and TCP protocols
99

1010
## Description
1111

12+
### Technologies used
13+
1214
Neither server nor client uses additional threads and both based on event listening technologies.
1315

1416
Server uses 'epoll' method to work with multiple UPD and TCP sessions at same time
1517

1618
Client works with one server by chosen protocol and uses 'select' method to listen events.
1719

1820
Both application has been provided with interative menus so you don't get lost.
21+
22+
### Main functionality
23+
24+
Server handles text messages from client. If message contains numbers then server returns sum of that numbers, otherwise it returns the same message.

0 commit comments

Comments
 (0)