fix typos in netarch.txt

This commit is contained in:
Mészáros Mihály 2017-12-14 08:07:20 +01:00
parent a921f0ccc4
commit 44d7d9a34c

View File

@ -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