From 6296d12ac6f244b2470317a9241eeef38d41fad7 Mon Sep 17 00:00:00 2001 From: Sasha Date: Wed, 10 Jul 2024 00:48:11 +0200 Subject: [PATCH] service nit --- informational/req-res-reliability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/informational/req-res-reliability.md b/informational/req-res-reliability.md index 1e223ea..96458c4 100644 --- a/informational/req-res-reliability.md +++ b/informational/req-res-reliability.md @@ -15,7 +15,7 @@ This RFC describes set of instructions used across different [WAKU2](https://git - [WAKU2-FILTER](https://github.com/vacp2p/rfc-index/blob/7b443c1aab627894e3f22f5adfbb93f4c4eac4f6/waku/standards/core/12/filter.md) - is used for receiving messages; ### Definitions -- Service node - provides services to other nodes such as relaying messages send by LightPush to the network or broadcasts messages from the network through Filter, usually serves responses; +- Service node - provides services to other nodes such as relaying messages send by LightPush to the network or service messages from the network through Filter, usually serves responses; - Light node - connects to and uses one or more service nodes via LightPush and/or Filter protocols, usually sends requests; - Service node failure - can mean various things depending on the protocol in use: - generic protocol failure - request is timed out or failed without error codes;