clarify: requests are not only time-based

Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
Sergei Tikhomirov 2023-11-24 11:52:49 +01:00 committed by GitHub
parent de49c9ea94
commit 63fbc7c3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ There is no strict definition of a full node vs a light node in Waku (see [discu
In light protocols, a client sends a request to a server, and a server performs some actions and returns a response:
- [[Filter]]: the server will relay (only) messages that pass a filter to the client;
- [[Store]]: the server responds with messages relayed within the specified earlier time frame;
- [[Store]]: the server responds with messages relayed that matches a set of criteria
- [[Lightpush]]: the server publishes the client's message to the Relay network.
## Waku i13n challenges