|
From: Chad M. <cmm...@us...> - 2005-07-12 00:01:06
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8196 Modified Files: Tag: pre_5_0_beta ChangeLog Log Message: Cleaned up pcap handling a bit Cleaned up packet dispatch a bit CRC errors should only happen on EQ ports now so it won't spam people using teamspeak. Locked down on client port in code so we only process packets for the port we're looking at. will help with dual boxing crashes. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.36 retrieving revision 1.1.2.37 diff -u -d -r1.1.2.36 -r1.1.2.37 --- ChangeLog 7 Jul 2005 16:16:26 -0000 1.1.2.36 +++ ChangeLog 12 Jul 2005 00:00:55 -0000 1.1.2.37 @@ -1,5 +1,12 @@ Version: $Id$ $Name$ +purple (07/11/05) +------------------- ++ Updated version to 5.0.0.25pre ++ Merged in my old alpha netlayer patch which helps with double boxing by + enforcing port matches in code for when the pcap filter isn't + locked down fast enough because of multithreading + purple (07/07/05) -------------------- + Updated version to 5.0.0.24 |