From 70638056ae44d5976b8557fbbdce40575d794324 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 16 Jan 2015 16:27:05 +0100 Subject: Add more overview to develdoc and correct a factual error. --- develdoc.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'develdoc.txt') diff --git a/develdoc.txt b/develdoc.txt index 4380412..5cfc0b2 100644 --- a/develdoc.txt +++ b/develdoc.txt @@ -21,8 +21,8 @@ This is all that happens in the main thread. The threads created above need to take care of the rest. Client writers are generally responsible for sending messages to -clients, and if necessary creating and maintaining connections to -the client. Client writers create threads for handling replies from +servers, and if necessary creating and maintaining connections to +the server. Client writers create threads for handling replies from servers. If connections are used, one thread is created for reading from each connection. clientwr() will use connecter() and clientconnreader() definitions for the transport. @@ -36,6 +36,18 @@ xxxserverrd, where xxx is the transport name. The server reader is responsible for creating a server writer thread that takes care of sending RADIUS replies to a client. + (listener) > server reader <-- requests from clients + client writer --> requests to a server + (client writer) > client reader <-- responses from a server + (server reader) > server writer --> responses to a client + +TODO: they are all their own threads? + +Legend: + > creates + --> sends message + <-- receives message + 2. RADIUS message processing ============================ -- cgit v1.1