From 44d7d9a34c3f2292bc43f14e5c5a5eebeb081fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Thu, 14 Dec 2017 08:07:20 +0100 Subject: [PATCH] fix typos in netarch.txt --- netarch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netarch.txt b/netarch.txt index 5774b39..37c5f29 100644 --- a/netarch.txt +++ b/netarch.txt @@ -18,7 +18,7 @@ sockets, and relaying those packets, through the relay sockets, to the Peer appl relay sockets, and relaying those packets, through the Client sockets, to the Client application. -There are other, secondary, interations: +There are other, secondary, interactions: 1) Communications with the database servers. 2) Communications with the telnet admin console. @@ -51,7 +51,7 @@ for reference. The listeners (and the relay servers) configuration is initiated in the function setup_servers() in netengine.c. First, setup_listener() creates the necessary generic -data structures for the listeners. Second, network-engine-specific functions accosiate +data structures for the listeners. Second, network-engine-specific functions associate listeners with the execution threads and with the relay servers. There may be multiple listeners in the server, and they may be running in different