Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Establishes a Client-Server connection by calling connect which performs the 3-way Handshake of the TCP Protocol
  • Measures the time taken for the connection to be established b/w the client & server
    Closes the connection once the RTT is measured by calling close which performs a 4-packet exchange
  • Repeats the above process at regular intervals (defined by the user) after the connection is closed
  • Performs statistical analysis on the RTT data obtained

Download

Click here for the latest version of the code

Installation

Ensure that GNU Make and gcc is installed. Simply run:

...