Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement WinSock 1.1 fallback #5

Open
seritools opened this issue Apr 21, 2022 · 3 comments
Open

Implement WinSock 1.1 fallback #5

seritools opened this issue Apr 21, 2022 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@seritools
Copy link
Member

seritools commented Apr 21, 2022

This would make networking on NT 3.51 and older, and Windows 95 RTM without updates possible.

@seritools seritools changed the title Investiagate WinSock 1.1 fallback Investigate WinSock 1.1 fallback Apr 21, 2022
@seritools seritools added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Dec 2, 2024
@seritools
Copy link
Member Author

This should actually be pretty doable - other than read_vector/write_vectored there isn't much to do. 🤔

@seritools seritools changed the title Investigate WinSock 1.1 fallback Implement WinSock 1.1 fallback Dec 2, 2024
@cher-nov
Copy link

Someone backported curl 8.4.0 to Windows 3.51, translating WinSocks 1.1 to Winsock 2.x with their own homegrown wrapper. This might be useful at least as an example, I guess.

https://github.com/DaniElectra/winsock351
https://github.com/DaniElectra/curl9x
https://mstdn.social/@DaniElectra/112526436022212355

@seritools
Copy link
Member Author

Thanks! will probably have to solve #46 first though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants