Lorenzo Bolzani wrote:
Hi,
it is possible for Mina to loose some bytes? If so, is there any way
to detect it?

Is there any "simple" way to debug this other than tcpdump anything? :)

A combination of tcpdump and strace should give you an idea of where the bytes are lost. First tcpdump to see if they arrive in teh first place, and then strace to see what is actually read from the socket.

Reply via email to