doc: add usage v4
This commit is contained in:
parent
332d83ff04
commit
87a9d1ad14
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -63,11 +63,19 @@ Example usage of v3 :
|
||||||
./t_sockv3 -s -l 15 localhost 4000 # sender
|
./t_sockv3 -s -l 15 localhost 4000 # sender
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Example usage of v4 :
|
||||||
|
|
||||||
|
```
|
||||||
|
./t_sockv3 -c -r -l 15 4000 # client receiver
|
||||||
|
./t_sockv3 -S -s -l 15 localhost 4000 # server sender
|
||||||
|
```
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- [X] tsock-v1
|
- [X] tsock-v1
|
||||||
- [X] tsock-v2
|
- [X] tsock-v2
|
||||||
- [WIP] tsock-v3
|
- [X] tsock-v3
|
||||||
- [ ] tsock-v4
|
- [WIP] tsock-v4
|
||||||
|
- [X] server can handle multiple requests simultaneously
|
||||||
|
- [X] server doesn't stop after the connection ends
|
||||||
|
- [X] both client and server can assume sender/receiver roles
|
||||||
|
|
Loading…
Reference in a new issue