|
From: <cn...@us...> - 2023-03-15 18:24:42
|
Revision: 1345
http://sourceforge.net/p/seq/svn/1345
Author: cn187
Date: 2023-03-15 18:24:39 +0000 (Wed, 15 Mar 2023)
Log Message:
-----------
Enable session tracking by default
Modified Paths:
--------------
showeq/trunk/conf/seqdef.xml
Modified: showeq/trunk/conf/seqdef.xml
===================================================================
--- showeq/trunk/conf/seqdef.xml 2023-03-15 18:24:31 UTC (rev 1344)
+++ showeq/trunk/conf/seqdef.xml 2023-03-15 18:24:39 UTC (rev 1345)
@@ -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.
|