Updates on the UDP patch behavior:

 


❌ Indeed, TLS is broken -> Eww to https://www.gnu.org fails to load the page ( see attached image – Emacs instance on the left, compiled with UDP patch, didn’t load gnu.org while on the right side- default Emacs build for 28.1 opens it without any issues)

 

 

Sent from Mail for Windows

 

From: Alex Matei
Sent: Sunday, January 1, 2023 3:01 PM
To: Robert Pluim
Cc: 45821@debbugs.gnu.org
Subject: RE: bug#45821: Emacs UDP support on Windows

 

Wanted to bring an update:

 

Wanted to share some thoughts as someone coming for the first time to Emacs development:

 

Best,

Alex

 

 

 

Sent from Mail for Windows

 

From: Robert Pluim
Sent: Wednesday, May 4, 2022 5:32 AM
To: Alex Matei
Cc: 45821@debbugs.gnu.org
Subject: Re: bug#45821: Emacs UDP support on Windows

 

>>>>> On Wed, 4 May 2022 11:50:02 +0000, Alex Matei <matei.alexandru@live.com> said:

    Alex> Thanks Robert!
    Alex> I would like to give it a shot! How can I get started and have the patch applied?
    Alex> I imagine I would need to build Emacs myself and manually apply the patch? Or is it a branch / commit that I can use?

Yes, you'd need a git checkout of Emacs, to apply the patch, and then
build and test the result. There are build instructions for MS-Windows
in nt/INSTALL and nt/INSTALL.W64 in the Emacs source tree.

`dns-query' can be used to test UDP, and M-x eww can test TCP and TLS
(and thereʼs the test suite as well).

Once itʼs all working, post the updated patch here in the bug and it
will get reviewed.

Good luck!

Robert
--