PDA

View Full Version : Need help with networking code


lacidar
03-13-2002, 01:59 PM
I'm working on a mini client and am having a problem with ack responses (I think...)

Anyway, the error I'm typically getting is:
Dropping client, resend_count > 15 on ARQ:xxxx, SEQ:xxx

I'm using PacketManager and found some references to sending responses, but I'm obviously missing something.
Is there some code is PacketManager that handles this? Or should I be sending some special EQ Packets (with opcode = 0xffff) ?

Any help would be appreciated.

DeletedUser
03-15-2002, 09:43 PM
mini-client? Like an IRC interface to EQ?

If that's what you mean, it looks like you're missing some ACK replies. Also if you're using the same PacketManager code for your client, it probably needs some significant reworking, since it was only designed to take incomming, never outgoing.

nchernyy
04-18-2002, 11:19 AM
What is the nature of your miniclient? I am also interested in writing a miniclient and am currently trying to look through your sourcecodes to figure out how the EQ protocol works. Instead of using OOP, I plan to stick with POSIX C tho. :)

-Nicolas