diff options
| author | Sebastian | 2016-02-11 10:11:33 +0100 |
|---|---|---|
| committer | Sebastian | 2016-02-11 14:42:53 +0100 |
| commit | 5d74f48e9a89699367d37a3378a4773abc7ee7c8 (patch) | |
| tree | 2ff5c363daa0fa4971eb4c20a578844fe2217d58 /server.config.example/README | |
| parent | running FreeBSD sendfile (diff) | |
| download | dnbd3-5d74f48e9a89699367d37a3378a4773abc7ee7c8.tar.gz dnbd3-5d74f48e9a89699367d37a3378a4773abc7ee7c8.tar.xz dnbd3-5d74f48e9a89699367d37a3378a4773abc7ee7c8.zip | |
Cmake tuning; move cfg folder
Diffstat (limited to 'server.config.example/README')
| -rw-r--r-- | server.config.example/README | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/server.config.example/README b/server.config.example/README deleted file mode 100644 index 285758b..0000000 --- a/server.config.example/README +++ /dev/null @@ -1,30 +0,0 @@ -Configuration for dnbd3-server - -The server requires a config directory. -Start it like so: ./dnbd3-server -c ./my-config/ - -There are two files in that dir - -== alt-servers == -List of known alt-servers for this server. -Format: -[PREFIX]<IP:PORT> [Comment] - -Prefix can be: -+ - Only report server to clients as alt-server, but don't use for replication -- - Only use server for replication, but don't advertise to clients -No prefix means server will be advertised to clients and is used for replication - -If you're not running in proxy mode, this file won't do much for you - -== server.conf == - -Main configuration file. Ini format. - -[dnbd3] -basePath=/srv/openslx/dnbd3 # virtual root of image files -serverPenalty=1234 # artificial acceptance delay for incoming server connections (µs) -clientPenalty=2345 # artificial acceptance delay for incoming client connection (µs) -isProxy=true # enable proxy mode - will try to replicate from alt-servers if a client requests unknown image -uplinkTimeout=1250 # r/w timeout for connections to uplink servers - |
