Changes between Version 4 and Version 5 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/KernelMod


Ignore:
Timestamp:
12/10/13 20:00:25 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/KernelMod

    v4 v5  
    33'''3.5 An Experimental Congestion Avoidance module for Linux'''[[BR]]
    44 Source code needed (to-be changed by you): [[BR]]
    5  - [http://www.gpolab.bbn.com/experiment-support/TCPExampleExperiment/Makefile Makefile]
     5 - [attachment:Makefile Makefile]
     6{{{
     7#!comment [http://www.gpolab.bbn.com/experiment-support/TCPExampleExperiment/Makefile Makefile]
     8}}}
    69 - [http://www.gpolab.bbn.com/experiment-support/TCPExampleExperiment/tcp_exp.c tcp_exp.c] [[BR]]
    710 In this exercise, you will develop and evaluate a TCP congestion control module for the Linux kernel. Linux provides a pluggable interface for TCP congestion control, which allows named congestion control modules to manipulate its sending rate and reaction to congestion events. You have already used the reno and cubic modules, and in this exercise you will create one named exp. [[BR]]