Changes between Version 20 and Version 21 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/KernelMod


Ignore:
Timestamp:
12/11/13 16:49:48 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v20 v21  
    6262}}}
    6363
    64  * The existing congestion avoidance modules are a good start. See [http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/net/ipv4/tcp_cong.c `net/ipv4/tcpcong.c`] in the Linux source for the Linux Reno implementation.
     64 * The existing congestion avoidance modules are a good start. See [http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/net/ipv4/tcp_cong.c `net/ipv4/tcp_cong.c`] in the Linux source for the Linux Reno implementation.
    6565 * The file [http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/net/ipv4/tcp_input.c `net/ipv4/tcp_input.c`] is a good place to learn how the congestion avoidance modules are used and invoked.
    6666 * [http://tools.ietf.org/html/rfc5681 RFC 5681] specifies the Reno congestion control actions in detail, and may be helpful in understanding the kernel code.