-
Notifications
You must be signed in to change notification settings - Fork 5
/
MANIFEST
24 lines (23 loc) · 1.35 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Makefile - Very simple Makefile, (needs love)
README - basic documentation (needs love)
src/abort.c - subs to control aborting
src/abort.h - header for abort.c
src/blob.c - create and manage blobs (messages)
src/blob.h - header for blob.c
src/config.c - manage configuration
src/config.h - header for config.c
src/relay.c - main() + server logic
src/relay.h - header for relay.c
src/relay_common.h - common header for everything
src/relay_threads.h - common header for threading stuff
src/setproctitle.c - set ARGV safely so that stats can be seen in ps
src/setproctitle.h - header for setproctitle.h
src/stats.c - statistic gathering logic
src/stats.h - header for stats.c
src/util.c - utilities sub (home for things with no home)
src/util.h - headers for util.c
src/worker.c - worker process code, sending loops, etc
src/worker.h - headers for worker.h
test/chain.sh - launch a chain of relays for testing
test/send.pl - send a test file via udp in a loop
test/simple-listener.pl - a simple TCP listener loop that processes sereal