diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-06-15 11:06:42 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-06-15 11:06:42 +0000 |
commit | 8b36455553e8e426d8771c78fe52211743607340 (patch) | |
tree | 81f98a9c63e377a3a3d3e394c8707d6e30fb77a2 /src/fs/test_fs_defaults.conf | |
parent | e01b4969f51485dc9e5eca7e8376d9c1ce8a1f39 (diff) |
-use port numbers that are less likely to conflict with source ports
Diffstat (limited to 'src/fs/test_fs_defaults.conf')
-rw-r--r-- | src/fs/test_fs_defaults.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/test_fs_defaults.conf b/src/fs/test_fs_defaults.conf index 622f379440..671a43336e 100644 --- a/src/fs/test_fs_defaults.conf +++ b/src/fs/test_fs_defaults.conf @@ -6,11 +6,11 @@ DEFAULTCONFIG = fs_test_lib_data.conf HOSTKEY = $SERVICEHOME/.hostkey [resolver] -PORT = 43464 +PORT = 4364 HOSTNAME = localhost [transport] -PORT = 43465 +PORT = 4365 PLUGINS = tcp [nat] @@ -23,7 +23,7 @@ EXTERNAL_ADDRESS = 127.0.0.1 USE_LOCALADDR = NO [arm] -PORT = 43466 +PORT = 4366 HOSTNAME = localhost DEFAULTSERVICES = fs @@ -31,15 +31,15 @@ DEFAULTSERVICES = fs QUOTA = 100 MB [statistics] -PORT = 43467 +PORT = 4367 HOSTNAME = localhost [transport-tcp] BINDTO = 127.0.0.1 -PORT = 43468 +PORT = 4368 [peerinfo] -PORT = 43469 +PORT = 4369 HOSTNAME = localhost [ats] @@ -47,11 +47,11 @@ WAN_QUOTA_IN = 65536 WAN_QUOTA_OUT = 65536 [core] -PORT = 43470 +PORT = 4370 HOSTNAME = localhost [fs] -PORT = 43471 +PORT = 4371 HOSTNAME = localhost CONTENT_CACHING = YES CONTENT_PUSHING = YES |