Changes between Version 9 and Version 10 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/Execute
- Timestamp:
- 05/13/13 14:52:26 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/Execute
v9 v10 371 371 ssthresh x 3 / 4 when entering loss recovery instead of ssthresh/2 as in Reno [[BR]] 372 372 373 The source code for the congestion control is in the tar ball we previously downloaded. [[BR]] 373 The source code for the congestion control can be found [http://www.gpolab.bbn.com/experiment-support/TCPExampleExperiment/tcp_exp.c tcp_exp.c] . [[BR]] 374 As well as the [http://www.gpolab.bbn.com/experiment-support/TCPExampleExperiment/Makefile Makefile] [[BR]] 374 375 Note: You Do need to change the source code in order to make it happen. [[BR]] 375 376 You can check out [http://www.cs.fsu.edu/~baker/devices/lxr/http/source/linux/net/ipv4/tcp_cong.c Reno Source Code] for reference [[BR]] 377 (The answers to the source code can be found [http://www.gpolab.bbn.com/experiment-support/TCPExampleExperiment/tcp_exp_answer.c here]) [[BR]] 378 376 379 Steps to compile the kernel code: [[BR]] 377 380 1. Comment out the line: [[BR]]