Skip to content

Commit 71f98eb

Browse files
authored
📖 Fixed readme
1 parent d2969ef commit 71f98eb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# TCP in UDP
22

3-
implmentation of TCP over a UDP socket in C
3+
implmentation of TCP over a UDP socket in C and Python
44

55
## to build
66
` > make`
7+
or just run the python script after installing requirements `pip install -r requirements.txt` then lauch `server` after that start `client`
78

89
## Features
910

@@ -13,8 +14,12 @@ implmentation of TCP over a UDP socket in C
1314
- [X] segmentation
1415
- [X] ACK
1516
- [X] slow start
16-
![image](./slowstart packets sent by time.png)
17-
<div style="text-align: center">Congestion window by time (a segment was lost in the middle) </div>- [ ] Congestion Avoidance
17+
18+
![](https://github.com/Azmah-Bad/TCPoverUDP/blob/master/slowstart%20packets%20sent%20by%20time.png)
19+
20+
# Congestion window by time (a segment was lost in the middle)
21+
22+
- [ ] Congestion Avoidance
1823
- [ ] Fast retransmit
1924
- [ ] Fast recovery
2025
- [ ] Selective ACK

0 commit comments

Comments
 (0)