FYI only.
Richard Scheffenegger -----Original Message----- From: Eggert, Lars <[email protected]> Sent: Mittwoch, 29. April 2020 13:01 Subject: Re: QUIC – Will it Replace TCP/IP? Hi, Microsoft just announced that they are open-sourcing their QUIC stack (under an MIT license). MSQUIC is suitable for application and kernel-use (it will ship as part of the Windows kernel), so it might be usable in other kernel contexts (FreeBSD/ONTAP, Linux) as well. The amount of work needed is likely (much) less than porting another QUIC stack that is only meant for user-space use. Also, based on my testing, MSQUIC is amongst the faster and most interoperable stacks. In short, if we wanted to do something with QUIC, MSQUIC would probably a good starting point. Lars On 2020-4-29, at 2:38, Nick Banks <[email protected]> wrote: > > Hey Folks, > > We just open sourced the Microsoft QUIC implementation, MsQuic: > https://github.com/microsoft/msquic. Feel free to read a little bit > about it in this post: > https://techcommunity.microsoft.com/t5/networking-blog/msquic-is-open- > source/ba-p/1345441 > > Thanks, > - Nick _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-transport To unsubscribe, send any mail to "[email protected]"
