Am Donnerstag, 12. August 2004 21:43 schrieb Daniel Glöckner:
> On Thu, Aug 12, 2004 at 07:07:22PM +0200, Nils wrote:
> > Thank you for the patch, but I tried it and it's not working. (I could
> > only patch my own licq-client)
> > My client sends a request for the licq/ssl connection, but it receives no
> > answer packets.
> > Nils
>
> It is not the solution to your problem. It just makes it easier to notice
> dropped connections when they are not automatically reestablished.
> The patch only sets IP_RECVERR which makes a socket fail as soon as there
> is no route (and data is sent) instead of waiting until there is one.
> It makes no sense to hope for a new route when the new address isn't the
> same as before.
>
> Your problem is that your router either rewrites the address of already
> established connections to the new source address or continues to use the
> old source address (my router does this).
> In the first case the destination doesn't know of any connection with
> someone having the new address.
> In the second case the destination replies to the old address and you
> never receive it.
>
>   Daniel
Yes, my router rewrites the address of already establishd connections to the 
new source address. (I add an additional route) It would be nice to kill the 
ssl connection and to established a new connection. Same problem with direct 
sending messages. 
I see the advantage that only one TCP connection is needed for sending some 
messages, but there is nothing implemented in licq to recognize wrong/old 
connections?
I think I can solve the problem with another routing.
Thanks for your help!
Nils


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to