Re: Problems with tcp_retransmit_skb - Please omit the previous incomplete mail

kuznet@ms2.inr.ac.ru
Fri, 27 Sep 2002 07:53:09 +0400 (MSD)


Hello!

> When conditions fails, the value of wmem_alloc is ~
> around 56K-154K,

... which means that you already have 64-154K transmitted
and all this buffers still not left the host. So, further
retransmission is pointless.

> Each time it tries to retransmit this if condition
> always fail
...
> Any hints in helping me debug this issue will be
> appreciated.

Most likely, this means that driver leaks memory.

Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/