daemon: record the deferred for a request in the queue, too
[hippotat] / test.cfg
... / ...
CommitLineData
1[SERVER]
2
3ipif = PATH=/usr/local/sbin:/sbin:/usr/sbin:$PATH really /home/ian/things/Userv/userv-utils.git/ipif/service \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s'
4
5addrs = 127.0.0.1
6port = 8099
7vnetwork = 192.0.2.0/24
8
9# ./hippotatd --debug-select=+ -c test.cfg
10
11# nc -n -v -l -p 8100 -c 'dd of=/dev/null'
12
13[192.0.2.3]
14password = sesame
15
16[192.0.2.3]
17ipif = PATH=/usr/local/sbin:/sbin:/usr/sbin:$PATH really ./fake-userv /home/ian/things/Userv/userv-utils.git/ipif/service \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s'
18
19# ./hippotat -D -c test.cfg
20
21[192.0.2.4]
22#password = zorkmids
23
24# dd if=/dev/urandom bs=1024 count=16384 | nc -q 0 -n -v 192.0.2.1 8100