Changes between Version 6 and Version 7 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/KernelModv2


Ignore:
Timestamp:
12/10/13 15:50:10 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v6 v7  
    4141 '''3.5.2 Hints [[BR]]'''
    4242 These hints and suggestions may help you get started. [[BR]]
    43  * Use `wget` to download `Makefile` and `tcp_exp.c` onto your node.
     43  Use `wget` to download `Makefile` and `tcp_exp.c` onto your node.
    4444 • The existing congestion avoidance modules are a good start. See ''net/ipv4/tcpcong.c'' in the Linux source for the Linux Reno implementation.[[BR]]
    4545 • The file ''net/ipv4/tcp_input.c'' is a good place to learn how the congestion avoidance modules are used and invoked.[[BR]]