On Wednesday 30 August 2006 11:09, Lukas Gebauer wrote:

> I suggest to use sock.SetLinger(true, 10);

Just because you mention it, in the current official release (not 
SynaSnap, so I don't know if it has been fixed already) was a bug with 
the linger structure on linux:

380,381c380,381
<     l_onoff: u_short;
<     l_linger: u_short;
---
>     l_onoff: u_int;
>     l_linger: u_int;

where you used a 16-Bit integer, but a 32-Bit integer is expected.


Regards,

Vinzent.

-- 
Yet a warning is nothing more than the compiler, which knows far more 
about the language than most of us, saying "hey, you're scaring me, 
man."
    -- Jack Ganssle, Embedded Muse 129


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to