From: Florian Westphal <fw at strlen.de>
To: mptcp at lists.01.org
Subject: Re: [MPTCP] [PATCH selftests 3/5] selftests: mptcp: add accept/getpeername checks
Date: Fri, 13 Sep 2019 12:13:09 +0200 [thread overview]
Message-ID: <20190913101309.GA10656@breakpoint.cc> (raw)
In-Reply-To: 20190913094528.3163-4-fw@strlen.de
[-- Attachment #1: Type: text/plain, Size: 551 bytes --]
Florian Westphal <fw(a)strlen.de> wrote:
> +static void check_getpeername_connect(int fd)
> +{
> + struct sockaddr_storage ss;
> + socklen_t salen = sizeof(ss);
> +
> + if (getpeername(fd, (struct sockaddr *)&ss, &salen)) {
> + char a[INET6_ADDRSTRLEN];
> + char b[INET6_ADDRSTRLEN];
Grrr. This is not what I intended.
Instead of sending a v2, you could also pull the series (with the above
fixed) via
git pull git://git.breakpoint.cc/fw/mptcp-next.git selftests_13092019
Otherwise I can just send a v2. Let me know, thanks.
next reply other threads:[~2019-09-13 10:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-13 10:13 Florian Westphal [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-09-13 9:45 [MPTCP] [PATCH selftests 3/5] selftests: mptcp: add accept/getpeername checks Florian Westphal
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=20190913101309.GA10656@breakpoint.cc \
--to=unknown@example.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.