> Router somehow interrupting the session for some reason? Why does it
> not do the same for webfs? Sockets somehow getting mixed up in their
> SYN/ACK calculations? (is this done by synsock or sockets?)

By sockets.

> Are there any options in tblocksock (or somewhere) that I should use?

Did you set Linger? This option control "what to do" when application 
wish to close TCP channel with pending data transfer. Maybe it is 
your problem.

So, try to set:
Listeningsocket.setLinger(true,10000);
before Listeningsocket.Listen call.




-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to