diff options
author | June McEnroe <june@causal.agency> | 2019-11-10 15:09:32 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-10 15:09:32 -0500 |
commit | 510e4e18d1ce46d8a1ae2ed5eff54304598c1529 (patch) | |
tree | c09dcf116541e85fdcb7f245c72ac59b5fb822eb /README.7 | |
parent | Remove extended-join and invite-notify (diff) | |
download | pounce-510e4e18d1ce46d8a1ae2ed5eff54304598c1529.tar.gz pounce-510e4e18d1ce46d8a1ae2ed5eff54304598c1529.zip |
Rename listen to local
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/README.7 b/README.7 index ac3023e..369f78f 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd November 6, 2019 +.Dd November 10, 2019 .Dt README 7 .Os "Causal Agency" . @@ -52,15 +52,15 @@ rather than being limited to messages. .Sh FILES .Bl -tag -width "dispatch.c" -compact .It Pa bounce.h -common declarations and general functions +declarations and common functions .It Pa bounce.c -command line parsing and event loop -.It Pa listen.c -local server functions +configuration and event loop +.It Pa local.c +local server binding .It Pa server.c -remote server functions +remote server connection .It Pa client.c -remote client functions +remote client connections .It Pa state.c state shared between clients .It Pa ring.c @@ -69,7 +69,7 @@ buffer between server and clients .Xr getopt_long 3 Ns -integrated configuration parsing .It Pa dispatch.c -SNI socket dispatcher +SNI socket dispatch .It Pa compat.h compatibility with lesser operating systems .It Pa rc.d/ |