Re: enable quic functionality in net/knot

2023-11-16 Thread David Vasek
[I'm not subscribed, sorry for not following the original Message-ID] On 2023-11-14 15:03, Landry Breuil wrote: > Here is a small patch to add DNS over QUIC with knot DNS client. > What do you think? had a look at configure.ac, and it build its embedded ngtcp2 because its explicitely looks fo

Re: enable quic functionality in net/knot

2023-11-15 Thread A Tammy
On 11/16/23 00:04, Theo Buehler wrote: > On Thu, Nov 16, 2023 at 05:54:43AM +0100, Theo Buehler wrote: >> On Wed, Nov 15, 2023 at 10:39:10PM -0500, A Tammy wrote: >>> On 11/14/23 09:46, Renaud Allard wrote: Hello, Here is a small patch to add DNS over QUIC with knot DNS client. >>>

Re: enable quic functionality in net/knot

2023-11-15 Thread Theo Buehler
On Thu, Nov 16, 2023 at 05:54:43AM +0100, Theo Buehler wrote: > On Wed, Nov 15, 2023 at 10:39:10PM -0500, A Tammy wrote: > > > > On 11/14/23 09:46, Renaud Allard wrote: > > > Hello, > > > > > > Here is a small patch to add DNS over QUIC with knot DNS client. > > > What do you think? > > > > > > Th

Re: enable quic functionality in net/knot

2023-11-15 Thread Theo Buehler
On Wed, Nov 15, 2023 at 10:39:10PM -0500, A Tammy wrote: > > On 11/14/23 09:46, Renaud Allard wrote: > > Hello, > > > > Here is a small patch to add DNS over QUIC with knot DNS client. > > What do you think? > > > > Thank you, > > Best Regards > > From the discussion it looks like, there's no cho

Re: enable quic functionality in net/knot

2023-11-15 Thread A Tammy
On 11/14/23 09:46, Renaud Allard wrote: > Hello, > > Here is a small patch to add DNS over QUIC with knot DNS client. > What do you think? > > Thank you, > Best Regards >From the discussion it looks like, there's no choice but to use the embedded library, as building ngtcp2 with gnutls isn't goi

Re: enable quic functionality in net/knot

2023-11-14 Thread Landry Breuil
Le Tue, Nov 14, 2023 at 03:46:46PM +0100, Renaud Allard a écrit : > Hello, > > Here is a small patch to add DNS over QUIC with knot DNS client. > What do you think? had a look at configure.ac, and it build its embedded ngtcp2 because its explicitely looks for a gnutls-enabled ngtcp2. net/ngtcp2 i

enable quic functionality in net/knot

2023-11-14 Thread Renaud Allard
Hello, Here is a small patch to add DNS over QUIC with knot DNS client. What do you think? Thank you, Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/knot/Makefile,v retrieving revision 1.81 diff -u -p -r1.81 Makefile --- M