Better docs for rpu

This commit is contained in:
Greg Fitzgerald 2018-06-06 11:26:57 -06:00
parent 5aaa38bcaf
commit d0e0c17ece
1 changed files with 3 additions and 1 deletions

View File

@ -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;