Changes between Version 15 and Version 16 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/KernelMod


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

--

Legend:

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

    v15 v16  
    6363
    6464 * 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.
    65  * ~~The file `net/ipv4/tcp_input.c` is a good place to learn how the congestion avoidance modules are used and invoked.~~
     65 * 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.
    6767 * ~~The Linux Cross Reference at `http://lxr.linux.no/linux` may be useful for navigating and understanding how the code fits together.~~