Page 1 of 1

snomask +f Recvq origin

Posted: Fri Aug 21, 2020 11:31 pm
by ComputerTech
Is it possible to show where a recvq was exceeded? like which channel?

Re: snomask +f Recvq origin

Posted: Sat Aug 22, 2020 3:50 pm
by Syzop
No, I'm afraid not. When the recvq is exceeded, it means it the receive queue (=the queue of commands yet to be processed) exceeds a certain number of bytes. Since the commands have not been processed, the server does not know what the commands were supposed to do or to which channel they were directed (if it was even a channel).

Re: snomask +f Recvq origin

Posted: Sun Aug 23, 2020 4:13 pm
by ComputerTech
Ok Thank you Syzop :D :D