Skip to content

Commit d9f0294

Browse files
authored
Update README.md
1 parent c0d9b81 commit d9f0294

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ After cloning this repository, please create a dummy file to run the sample test
3232

3333
4. g++-10 -std=c++20 test-client.cpp
3434
5. ./a.out (client starts)
35+
36+
#### TODO for socket server features:
37+
Currently Socket server only supports UDP socket server
38+
1. Add TCP,SCTP support
39+
2. Add timer support
40+
3. Add a task system to parallelize the processing of the client requests.
3541

3642
#### For few Test cases, your linux kernel might need to be updated.
3743
Follow the steps to update your kernel (replace kernel version with latest once)

0 commit comments

Comments
 (0)