guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] socket: Add IPPROTO_IPV6 and IPV6_V6ONLY.


From: Maxime Devos
Subject: Re: [PATCH] socket: Add IPPROTO_IPV6 and IPV6_V6ONLY.
Date: Fri, 13 May 2022 14:32:36 +0200
User-agent: Evolution 3.38.3-1

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: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]