Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Mon, 3 Mar 2008 08:25:57 -0800 (PST), in gmane.comp.version-control.cvs.windows-nt.user you wrote: >Is there a way to configure the vista firewall such that cvsnt will not loose 10 seconds for nothing when the firewall is on. > >Here is a debug comparison with -ttt. The first output has the firewall on. > >17:23:09: -> Tracelevel set to 3. PID is 8584 >17:23:09: -> Session ID is 218847cc25ed549c >17:23:09: -> Session time is Mon Mar 3 16:23:09 2008 >17:23:09: -> Client was compiled with MSVC C/C++ 1310 >17:23:09: -> Client build platform is microsoft-windows-x86 >17:23:09: -> Loading protocol server as server.dll >17:23:09: -> CLibraryAccess::Load loading C:\PROGRA~1\CVSNT/protocols/server.dll >17:23:09: -> main loop with CVSROOT=:server:hekabe.fully.qualified.name:/sc/CvsTree >17:23:09: -> start_server(0) >17:23:19: -> wrap_add(*.a -kb, 0, 0, 0, 0) >17:23:19: -> wrap_add(*.avi -kb, 0, 0, 0, 0) >17:23:19: -> wrap_add(*.bin -kb, 0, 0, 0, 0) >17:23:19: -> wrap_add(*.bmp -kb, 0, 0, 0, 0) >17:23:19: -> wrap_add(*.bz2 -kb, 0, 0, 0, 0) >17:23:19: -> wrap_add(*.chm -kb, 0, 0, 0, 0) > > > >17:22:32: -> Tracelevel set to 3. PID is 9216 >17:22:32: -> Session ID is 240047cc25c85423 >17:22:32: -> Session time is Mon Mar 3 16:22:32 2008 >17:22:32: -> Client was compiled with MSVC C/C++ 1310 >17:22:32: -> Client build platform is microsoft-windows-x86 >17:22:32: -> Loading protocol server as server.dll >17:22:32: -> CLibraryAccess::Load loading C:\PROGRA~1\CVSNT/protocols/server.dll >17:22:32: -> main loop with CVSROOT=:server:hekabe.fully.qualified.name:/sc/CvsTree >17:22:32: -> start_server(0) >17:22:32: -> wrap_add(*.a -kb, 0, 0, 0, 0) >17:22:32: -> wrap_add(*.avi -kb, 0, 0, 0, 0) >17:22:32: -> wrap_add(*.bin -kb, 0, 0, 0, 0) >17:22:32: -> wrap_add(*.bmp -kb, 0, 0, 0, 0) >17:22:32: -> wrap_add(*.bz2 -kb, 0, 0, 0, 0) >17:22:32: -> wrap_add(*.chm -kb, 0, 0, 0, 0) > > > >--------------------------------- >Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. I noticed the same behavior when I switched to Vista. Even though I thought I setup the Firewall filter correctly, the firewall log shows a set of three entries each time I experience this delay, all similar to: 2008-02-27 06:34:53 DROP TCP fe80::3058:c71:b98e:3118 fe80::3058:c71:b98e:3118 55686 2401 72 S 37720 02297 0 8192 - - - RECEIVE I believe it has something to do with IPv6 name resolution, possibly network name resolution. If my older Win2000 laptop or older XP desktop is powered on, I don't seem to experience the problem. I have also seen the problem by trying to ping my box using the machine name. Pinging 'localhost' does not seem to exhibit the problem though. Another observation: if I run Wireshark (network sniffer) first, I don't see the problem. Maybe someone with more IPv6 experience can provide some more insight into this problem.