Browse Source

Merge pull request #13 from lars18th/update_submodules

How to checkout HEAD submodules
Georgi Chorbadzhiyski 5 years ago
parent
commit
58e369e712
No account linked to committer's email address
2 changed files with 13 additions and 8 deletions
  1. 2
    0
      README
  2. 11
    8
      mptsd.conf

+ 2
- 0
README View File

@@ -47,6 +47,8 @@ to get it, run the following command:
47 47
    git clone git://github.com/gfto/mptsd.git
48 48
    git submodule init
49 49
    git submodule update
50
+     OR
51
+   git submodule update --recursive --remote  // if you like to checkout HEAD submodules.
50 52
 
51 53
 Compiling
52 54
 =========

+ 11
- 8
mptsd.conf View File

@@ -2,11 +2,14 @@
2 2
 network_id=1
3 3
 
4 4
 [Timeouts]
5
-pat = 100
6
-pmt = 200
7
-sdt = 500
8
-nit = 2000
9
-eit = 1000
10
-tdt = 5000
11
-tot = 15000
12
-stats = 1000
5
+pat = 100       // Min:25 Max:500
6
+#cat = 200      // Min:25 Max:500       ** unused **
7
+pmt = 200       // Min:25 Max:500
8
+nit = 2000      // Min:25 Max:10000
9
+sdt = 500       // Min:25 Max:2000
10
+#bat = 5000     // Min:25 Max:10000     ** unused **
11
+eit = 1000      // Min:25 Max:2000
12
+#rst = 20000    // Min:25 Max: -        ** unused **
13
+tdt = 5000      // Min:25 Max:30000
14
+tot = 15000     // Min:25 Max:30000
15
+stats = 1000    // No limits

Loading…
Cancel
Save