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


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

--

Legend:

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

    v16 v17  
    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.
    67  * ~~The Linux Cross Reference at `http://lxr.linux.no/linux` may be useful for navigating and understanding how the code fits together.~~
     67 * The Linux Cross Reference at [http://lxr.sourceforge.net/en/index.shtml] may be useful for navigating and understanding how the code fits together.
     68{{{
     69#!comment
     70original ref was `http://lxr.linux.no/linux`
     71}}}
    6872 * ~~If one of the hosts becomes unresponsive due to a bug in your congestion control module, you can restart the sliver to reboot it.~~
    6973 * ~~[http://tldp.org/LDP/lkmpg/2.6/html. The Linux Kernel Module Programming Guide] provides a good introduction to kernel module programming in general.~~