Hi everyone, Jon Keating wrote: > Thanks for the log. The problem is as I suspected, packets being sent to the > server out of order. The server will drop a connection if there is a break > in the packet sequence value.
Could someone please send me a log of a server-log in that works? That is the same kind of log, -d31 and the first packet witheld so I can compare a failed and a succesfull login. > I don't have Solaris so I'm not sure what the deal is about threading and > sockets.... I'll try to find some documentation though, if you know of any > it would be very much appreciated. Well, as long as things are in the same thread, they should happen nicely sequentially. Perhaps the login-stuff shouldn't be threaded at all? Just a hunch, I have to dive into the source myself, too. First place to look for documentation would be docs.sun.com, which has all the manpages, and more. Regards, Paul Boven. -- ------------------------------------------------------------------ | "Rules exist to make you think before you break them" - Lu-Tze | ------------------------------------------------------------------ | Paul Boven <[EMAIL PROTECTED]> PE1NUT QRV 145.575 | ------------------------------------------------------------------ ~ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Licq-main mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-main
