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

xxx, SEQ

xx
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.