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

private Socket.sendto #101

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

private Socket.sendto #101

wants to merge 2 commits into from

Conversation

Joonsey
Copy link

@Joonsey Joonsey commented Feb 5, 2025

No description provided.

Johannes added 2 commits February 5, 2025 21:07
not to be confused with Socket.sendTo
// Intercepts ISCONN status for .darwin and retry sendto with null destination address
pub fn sendto(
fn sendto(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be more consistent with POSIX to hide the "sendTo".

https://pubs.opengroup.org/onlinepubs/9799919799/

its name is "sendto"!

@ikskuh
Copy link
Owner

ikskuh commented Feb 6, 2025

I think it's fine that it's public. It allows people to use this API if they need it. There is no harm in having it pub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants