S3-FIFO caching

This commit is contained in:
mdecimus
2024-12-27 19:40:33 +01:00
parent 3530b6625f
commit f2b00ccd54
33 changed files with 631 additions and 383 deletions

View File

@@ -152,6 +152,7 @@ impl TestSMTP {
shared_core: self.server.core.as_ref().clone().into_shared(),
data: Default::default(),
ipc,
cache: Default::default(),
}
.into(),
ipc_rxs,
@@ -179,6 +180,7 @@ impl TestSMTP {
shared_core,
data,
ipc,
cache: Default::default(),
}
.into(),
},