IMPSengine/installation/wvengine.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 11:50:09 +0200
changeset 2 7b3b89e6be20
parent 0 094583676ce7
permissions -rw-r--r--
Revision: 201001 Kit: 201004

# WV Engine static settings
# Copy this file to %epocroot%\system\data

# Whether XML messages are logged or not. 
# 'True' does the trick.
# XmlLog=True

# Whether XML polling messages are logged also.
# XmlPollingLog=True

# Whether multitrans limit ignored
# NoSendLimits=True

# Whether CIR channel not started
# NoWAPSMSCIR=True
# NoWAPUDPCIR=True
# NoTCPSCIR=True
# NoUDPSCIR=True

# Initial periods in seconds
PollTime=8
KeepAlive=3600

# MultiTrans initial
MultiTrans=3

# expiry times in seconds
ACExpiry=40
IMExpiry=40
GRExpiry=40
PRExpiry=120
FUExpiry=120

# Whether 4-way login in use
4WayLogin=True

# polling policy tuning
CIRModePollTime=0

# Max message size
MaxMessageSize=307200

# end of file