Changes between Version 19 and Version 20 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/KernelModv2


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

--

Legend:

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

    v19 v20  
    4545'''3.5.2 Hints [[BR]]'''
    4646These hints and suggestions may help you get started.
    47  * Use `wget` to download `Makefile` and `tcp_exp.c` onto your node.
     47 * Use `scp` to load `Makefile` and `tcp_exp.c` onto your nodes.  Use the same values of PORT, USERNAME, and HOSTNAME that you use to ssh onto the nodes.
     48{{{
     49scp -P PORT my_file.txt USERNAME@HOSTNAME:.
     50}}}
     51
    4852 * ~~The existing congestion avoidance modules are a good start. See `net/ipv4/tcpcong.c` in the Linux source for the Linux Reno implementation.~~
    4953 * ~~The file `net/ipv4/tcp_input.c` is a good place to learn how the congestion avoidance modules are used and invoked.~~