On Wed, Apr 11, 2001 at 07:03:18PM +0200, Roman BEIGELBECK wrote:
> > net/ipv4/tcp_input.c
>
> #if FASTRETRANS_DEBUG > 1
> printk(KERN_DEBUG "Disorder%d %d %u f%u s%u rr%d\n",
> tp->sack_ok, tp->ca_state,
> tp->reordering, tp->fackets_out, tp->sacked_out,
> tp->undo_marker ? tp->undo_retrans : 0);
>
> if (tp->ca_state <= TCP_CA_Disorder ||
> tp->snd_una == tp->high_seq ||
> (tp->ca_state == TCP_CA_Loss && !tp->retransmits)) {
> tp->prior_ssthresh = tcp_current_ssthresh(tp);
> tp->snd_ssthresh = tcp_recalc_ssthresh(tp);
>
> +++++
>
> Ist wohl nicht besonders Aussagekräftig[1]... ;-))
> [1] Zumindest nicht ohne sich in die Kernelsourcen einzuarbeiten.Öhhhm, naja, es war von Sourcen die Rede, nicht von Doku. :) Aber vielleicht hilft Dir http://tct.hut.fi/opetus/s38130/s98/tcp/TCP.htm#tcpsack und rfc2018 weiter. Ich hab von so nem TCP-Kram jedenfalls keine Ahnung, kann also auch nichts dazu sagen. :o) *such* Moooooment! Ich hab was. http://faqchest.dynhost.com/linux/KERNEL/kern-01/kern-0101/kern-010164/kern01011402_03666.html und nachfolgende. Inclusive der Lösung: > These are normal, if they annoy you please change FASTRETRANS_DEBUG > back to "1" in include/net/tcp.h bye Christian
pgpXZwD8gyCZW.pgp
Description: PGP signature

