File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# TCP in UDP
2
2
3
- implmentation of TCP over a UDP socket in C
3
+ implmentation of TCP over a UDP socket in C and Python
4
4
5
5
## to build
6
6
` > make `
7
+ or just run the python script after installing requirements ` pip install -r requirements.txt ` then lauch ` server ` after that start ` client `
7
8
8
9
## Features
9
10
@@ -13,8 +14,12 @@ implmentation of TCP over a UDP socket in C
13
14
- [X] segmentation
14
15
- [X] ACK
15
16
- [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
18
23
- [ ] Fast retransmit
19
24
- [ ] Fast recovery
20
25
- [ ] Selective ACK
You can’t perform that action at this time.
0 commit comments