WAD-lite is a lightweight version of our TCP tuning daemon (WAD). It is not as flexible or as powerful as the standard WAD, but it requires less network "smarts" to use it. The WADlite does not require the NTAF. It can operate stand-alone or in conjunction with other WADlite daemons. A system manager can provide an optional configuration file to select tuning parameters for particular paths or services. It assumes that the Net100 kernel is configured with autotuning and HS TCP enabled, so even if there is not a WADlite daemon running, network users should see considerable improvement in legacy TCP applications.
Design
The basic idea is to provide several levels of transport control. The kernel is configured with autotuning and HS TCP enabled and adequate network memory buffers. So even if there is no tuning daemon, the user should see significant improvement in wide-area network applications. The next level of support is to initiate a WADlite tuning daemon when the system is booted. The system manager can provide a configuration file that specifies tuning parameters for certain paths or ports. The next level of support, allows the user to request a "probe" between WADlite tuning daemons on the source and target machine. The probe will attempt to determine optimal transport parameters for the path in each direction, and cache those parameters so they will be used in subsequent network activity on that path.
The basic components then are a Net100 linux kernel with startup scripts to set TCP parameters, a WADlite tuning daemon, and a probe-request user application.
Implementation