All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: linux-sctp@vger.kernel.org
Subject: Re: ABORT after COOKIE_ECHO
Date: Sat, 01 Jul 2017 17:11:05 +0000	[thread overview]
Message-ID: <20170701171105.GP18138@localhost.localdomain> (raw)
In-Reply-To: <CAFXGft+WBxm+7JK1imsP=M_go60WWHSsOurJPr=3=FZzWDShqg@mail.gmail.com>

Hi,

On Sun, Jul 02, 2017 at 01:02:36AM +0800, Sun Paul wrote:
> Hi
> 
> we have a setup that running normal, however, we found that some of
> the conenctions are not able to establish and we (server) send ABORT
> right after receiving COOKIE_ECHO.
> 
> any idea?

Several reasons.. if it's not triggering a duplicate cookie processing,
it's being processed on sctp_sf_do_5_1D_ce(). Have a look at it to have
a better idea. Two reasons that stands out are somehow the cookie was
interpreted as an OOTB packet or the tcp-style listening socket got its
backlog full.

It can also be due to an out of memory situation, which is not often the
case.

OOTB packets are accounted for in netstat -s or /proc/net/sctp/snmp.

  Marcelo


  reply	other threads:[~2017-07-01 17:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-01 17:02 ABORT after COOKIE_ECHO Sun Paul
2017-07-01 17:11 ` Marcelo Ricardo Leitner [this message]
2017-07-01 17:29 ` Sun Paul
2017-07-01 17:47 ` Marcelo
2017-07-03  2:56 ` Sun Paul
2017-07-03  7:12 ` Sun Paul
2017-07-07 11:23 ` Xin Long
2017-07-07 23:03 ` Marcelo

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=20170701171105.GP18138@localhost.localdomain \
    --to=marcelo.leitner@gmail.com \
    --cc=linux-sctp@vger.kernel.org \
    /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.