Better docs for rpu
This commit is contained in:
parent
5aaa38bcaf
commit
d0e0c17ece
|
@ -1,5 +1,7 @@
|
||||||
//! The `rpu` module implements the Request Processing Unit, a
|
//! 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 bank::Bank;
|
||||||
use packet;
|
use packet;
|
||||||
|
|
Loading…
Reference in New Issue