Browse Source

Include comments of timing ranges from DVB

Values from Table 11.2 of Section 11.12 (page 201):
https://books.google.es/books?id=Re1ns3uJTkUC&lpg=PP1&hl=es&pg=PA201#v=onepage&q&f=false
lars18th 5 years ago
parent
commit
ec01d52791
No account linked to committer's email address
1 changed files with 11 additions and 8 deletions
  1. 11
    8
      mptsd.conf

+ 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