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
StoreObject finalization correction.
[brdnet.git]
/
Controll.pas
blob
9346bad77b81db1b5fbe7d5bf7d356489d6aa5c3
1
UNIT
Controll
;
2
{Remote controll of brodnetd, server part}
3
INTERFACE
4
IMPLEMENTATION
5
USES
ServerLoop
6
,
Sockets
7
,
NetAddr
8
;
9
{ create listenning socket, register it to watch and handle connections }
10
{ socket dgram, local only }
11
{ socket stream inet, use first word as opsize}
12
13
procedure
Init