IMPSengine/installation/wvengine.ini
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:31:13 +0100
branchRCL_3
changeset 13 a941bc465d9f
parent 0 094583676ce7
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201010 Kit: 201035

# 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