From: <cn...@us...> - 2021-12-07 13:45:21
|
Revision: 1223 http://sourceforge.net/p/seq/svn/1223 Author: cn187 Date: 2021-12-07 13:45:19 +0000 (Tue, 07 Dec 2021) Log Message: ----------- Enable session tracking by default Modified Paths: -------------- showeq/branches/cn187_devel/conf/seqdef.xml Modified: showeq/branches/cn187_devel/conf/seqdef.xml =================================================================== --- showeq/branches/cn187_devel/conf/seqdef.xml 2021-12-07 13:41:51 UTC (rev 1222) +++ showeq/branches/cn187_devel/conf/seqdef.xml 2021-12-07 13:45:19 UTC (rev 1223) @@ -34,7 +34,7 @@ <comment>Give up waiting for seq arq after cache fills to this size. Don't set this too low, otherwise showeq will artificially skip packets, minimum is 32, modem users may want to set 512, dsl and cable users may choose 256 or less</comment> </property> <property name="SessionTracking" > - <bool value="false" /> + <bool value="true" /> <comment>enable/disable session tracking</comment> </property> <property name="WorldOPCodes" > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |