IMPSengine/installation/wvengine.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:12:18 +0200
changeset 1 9018c32e7116
parent 0 094583676ce7
permissions -rw-r--r--
Revision: 201001 Kit: 201003

# 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