[OpenSmalltalk/opensmalltalk-vm] Fix UDP binding in Windows sockets (#563)
Posted by
David T Lewis on
Apr 30, 2021; 1:53am
URL: https://forum.world.st/OpenSmalltalk-opensmalltalk-vm-Fix-UDP-binding-in-Windows-sockets-563-tp5129276.html
Changed sqSocketListenOnPortBacklogSizeInterface() to match general behavior of Unix socket version. Previously was always incorrectly binding UDP sockets to INADDR_ANY instead of the specified IPv4 address.
You can view, comment on, or merge this pull request online at:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/563
Commit Summary
- Changed sqSocketListenOnPortBacklogSizeInterface() to match general
File Changes
Patch Links:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/563",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/563",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>