All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wichert Akkerman <wichert@wiggy.net>
To: netdev@oss.sgi.com, linux-kernel@vger.kernel.org
Subject: Re: ipv6 stack seems to forget to send ACKs
Date: Thu, 9 Jan 2003 16:52:14 +0100	[thread overview]
Message-ID: <20030109155214.GX22951@wiggy.net> (raw)
In-Reply-To: <20030109123857.A15625@bitwizard.nl>

Previously Rogier Wolff wrote:
> Can you check the stats counters, to see if they are indeed dropped?

It seems no packets are dropped:

Ip:
    269716 total packets received
    0 forwarded
    0 incoming packets discarded
    206853 incoming packets delivered
    221800 requests sent out
    75513 reassemblies required
    12713 packets reassembled ok
    10798 fragments created
Icmp:
    0 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
    0 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
Tcp:
    666 active connections openings
    0 passive connection openings
    0 failed connection attempts
    0 connection resets received
    2 connections established
    58949 segments received
    65043 segments send out
    0 segments retransmited
    18 bad segments received.
    82 resets sent
TcpExt:
    ArpFilter: 0
    7 TCP sockets finished time wait in fast timer
    1091 delayed acks sent
    2 delayed acks further delayed because of locked socket
    6 packets directly queued to recvmsg prequeue.
    6 packets directly received from prequeue
    52427 packets header predicted
    TCPPureAcks: 1259
    TCPHPAcks: 10858
    TCPRenoRecovery: 0
    TCPSackRecovery: 0
    TCPSACKReneging: 0
    TCPFACKReorder: 0
    TCPSACKReorder: 0
    TCPRenoReorder: 0
    TCPTSReorder: 0
    TCPFullUndo: 0
    TCPPartialUndo: 0
    TCPDSACKUndo: 0
    TCPLossUndo: 0
    TCPLoss: 0
    TCPLostRetransmit: 0
    TCPRenoFailures: 0
    TCPSackFailures: 0
    TCPLossFailures: 0
    TCPFastRetrans: 0
    TCPForwardRetrans: 0
    TCPSlowStartRetrans: 0
    TCPTimeouts: 0
    TCPRenoRecoveryFail: 0
    TCPSackRecoveryFail: 0
    TCPSchedulerFailed: 0
    TCPRcvCollapsed: 0
    TCPDSACKOldSent: 0
    TCPDSACKOfoSent: 0
    TCPDSACKRecv: 0
    TCPDSACKOfoRecv: 0
    TCPAbortOnSyn: 0
    TCPAbortOnData: 24
    TCPAbortOnClose: 67
    TCPAbortOnMemory: 0
    TCPAbortOnTimeout: 0
    TCPAbortOnLinger: 0
    TCPAbortFailed: 0
    TCPMemoryPressures: 0

Wichert.

-- 
Wichert Akkerman <wichert@wiggy.net>           http://www.wiggy.net/
A random hacker

  parent reply	other threads:[~2003-01-09 15:43 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-08 13:08 ipv6 stack seems to forget to send ACKs Wichert Akkerman
2003-01-08 13:26 ` Maciej Soltysiak
2003-01-08 13:30   ` Wichert Akkerman
2003-01-08 13:51     ` Maciej Soltysiak
2003-01-08 13:52       ` Wichert Akkerman
2003-01-08 13:56         ` Maciej Soltysiak
2003-01-08 14:09           ` Wichert Akkerman
2003-01-08 14:43 ` Maciej Soltysiak
2003-01-08 14:52   ` Wichert Akkerman
2003-01-08 15:02     ` Wichert Akkerman
2003-01-08 16:39       ` Maciej Soltysiak
2003-01-08 16:43         ` Wichert Akkerman
2003-01-08 17:01         ` Wichert Akkerman
2003-01-08 17:43           ` Maciej Soltysiak
2003-01-08 19:52           ` Andrew McGregor
2003-01-09 22:12           ` Mika Liljeberg
2003-01-09 22:21             ` Wichert Akkerman
2003-01-08 15:22 ` Fabio Massimo Di Nitto
2003-01-08 18:05 ` Fabio Massimo Di Nitto
2003-01-08 19:59   ` Andrew McGregor
2003-01-08 20:27     ` Maciej Soltysiak
2003-01-08 20:31       ` [OT] " Fabio Massimo Di Nitto
2003-01-08 20:39         ` Andrew McGregor
2003-01-08 22:43     ` Wichert Akkerman
2003-01-09  7:29       ` Fabio Massimo Di Nitto
2003-01-09  9:38         ` Wichert Akkerman
2003-01-09  9:43           ` Fabio Massimo Di Nitto
2003-01-10 20:59             ` Paul Jakma
2003-01-09 10:32       ` Maciej Soltysiak
2003-01-09 10:40         ` Wichert Akkerman
2003-01-09 22:50     ` Bill Davidsen
2003-01-09  8:32 ` Herbert Xu
2003-01-09 11:38 ` Rogier Wolff
2003-01-09 11:55   ` Andrew McGregor
2003-01-09 15:41   ` Wichert Akkerman
2003-01-09 15:52   ` Wichert Akkerman [this message]
2003-01-09 16:03     ` Wichert Akkerman
2003-01-10  1:17     ` Andrew McGregor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030109155214.GX22951@wiggy.net \
    --to=wichert@wiggy.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.