TejasVKolhe / SE_LabAssignments

0 stars 0 forks source link

TCP Reno protocol simulation feature required. #2

Closed TejasVKolhe closed 2 hours ago

TejasVKolhe commented 2 hours ago

We need to implement a simulation of the TCP Reno protocol in our project. The primary goal of this feature is to accurately model TCP Reno's behavior under various conditions, especially focusing on how it responds to packet loss.

khedkarsayali commented 2 hours ago

Issue Resolved! TCP Reno implementation added , packet loss and congestion window resizing handled.