Versions Compared

Key

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

...

Overview

The TPP layer has been modified to now completely rely on the sliding window techniques of the underlying TCP protocol. Redundant TPP code that dealt with keeping track of packet acknowledgements and therefore re-transmissions (controlled by rpp_retry) have been removed. The overall flow was controlled by rpp_highwater, but since TCP has its own flow control, this code was not functional, and has been removed as well.

...