changeset 36 | 813b186005b6 |
parent 30 | 86a2e675b80a |
child 41 | 838cdffd57ce |
30:86a2e675b80a | 36:813b186005b6 |
---|---|
1 ### HtiGateway parameters |
|
2 # TCP/IP port number |
|
3 TCPIP_PORT = 2000 |
|
4 |
|
5 # TCP/IP receive buffer size in bytes (dec) |
|
6 TCPIP_RECV_BUFFER_SIZE = 8192 |
|
7 |
|
8 # Default communication channel plugin |
|
9 DEFAULT_COMM_CHANNEL_PLUGIN = SERIAL |
|
10 #DEFAULT_COMM_CHANNEL_PLUGIN = IPCOMM |
|
11 |
|
12 # Maximum time in milliseconds to wait shutdown |
|
13 # NOTE: 0 means no waiting. This may cause |
|
14 # undefined behaviour. |
|
15 MAXIMUM_SHUTDOWN_WAITTIME = 3000 |