diff --git a/src/rpu.rs b/src/rpu.rs index 537b75c1ce..a45634c1a3 100644 --- a/src/rpu.rs +++ b/src/rpu.rs @@ -1,5 +1,7 @@ //! The `rpu` module implements the Request Processing Unit, a -//! 5-stage transaction processing pipeline in software. +//! 3-stage transaction processing pipeline in software. It listens +//! for `Request` messages from clients and replies with `Response` +//! messages. use bank::Bank; use packet;