repo.or.cz
/
brdnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Temp change forgot to 6.
[brdnet.git]
/
brodnetd.pas
blob
b20039384922e537c61f92f8a148c0ef2ddfb309
1
PROGRAM
brodnetd
;
2
3
{ Poll loop. Read message, get handler, exec handler. }
4
uses
cthreads
,
ServerLoop
5
,
TestWatch
6
,
TestChat
7
,
AsyncProcess
8
,
Upload
9
,
Download
10
,
TestFS
11
,
dht
12
,
TestDHT
13
;
14
15
BEGIN
16
ServerLoop
.
Main
;
17
END
.