unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Christopher Baines <mail@cbaines.net>, guile-devel@gnu.org
Subject: Re: [PATCH] socket: Add IPPROTO_IPV6 and IPV6_V6ONLY.
Date: Fri, 13 May 2022 14:32:36 +0200	[thread overview]
Message-ID: <abaea59a0b0d4dad5d2b3dce3534f1807aff3623.camel@telenet.be> (raw)
In-Reply-To: <20220513115114.7821-1-mail@cbaines.net>

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

Christopher Baines schreef op vr 13-05-2022 om 12:51 [+0100]:
>  #ifdef IPPROTO_IP
>    scm_c_define ("IPPROTO_IP", scm_from_int (IPPROTO_IP));
>  #endif
> +#ifdef IPPROTO_IPV6
> +  scm_c_define ("IPPROTO_IPV6", scm_from_int (IPPROTO_IPV6));
> +#endif
>  #ifdef IPPROTO_TCP
>    scm_c_define ("IPPROTO_TCP", scm_from_int (IPPROTO_TCP));

While we're at it, maybe IPPROTO_MPTCP, IPPROTO_DCCP, IPPROTO_UDPLITE,
IPPROTO_SCTP and IPPROTO_ICMP can be defined as well, for people using
non-TCP, non-UDP protocols? 

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

      reply	other threads:[~2022-05-13 12:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 11:51 [PATCH] socket: Add IPPROTO_IPV6 and IPV6_V6ONLY Christopher Baines
2022-05-13 12:32 ` Maxime Devos [this message]

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=abaea59a0b0d4dad5d2b3dce3534f1807aff3623.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=guile-devel@gnu.org \
    --cc=mail@cbaines.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).