From 6618ea3c9aa1a5e06cb74ad97ab606b0dafeb596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Thu, 14 Dec 2017 09:10:57 +0100 Subject: [PATCH] fix typo in netarch.txt --- netarch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netarch.txt b/netarch.txt index 37c5f29..d0dfd2a 100644 --- a/netarch.txt +++ b/netarch.txt @@ -50,7 +50,7 @@ open_client_connection_session() and where and how it is called in various cases 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 +setup_server() in netengine.c. First, setup_listener() creates the necessary generic data structures for the listeners. Second, network-engine-specific functions associate listeners with the execution threads and with the relay servers.