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

abstract addresses #377

Open
11 tasks
kazu-yamamoto opened this issue Feb 6, 2019 · 2 comments
Open
11 tasks

abstract addresses #377

kazu-yamamoto opened this issue Feb 6, 2019 · 2 comments

Comments

@kazu-yamamoto
Copy link
Collaborator

  • accept()
  • getsockname()
  • getpeername()
  • connect()
  • sendto()
  • bind()
  • accept()
  • getsockname()
  • getpeername
  • recvfrom()
  • regression test cases
@vdukhovni
Copy link

Keeping in mind that all of this Linux-specific, and on other platforms socket addresses that start with NUL may not behave as advertised on Linux. Therefore, any logic around address lengths for pathnames starting with NUL needs to be #ifdef LINUX.

@kazu-yamamoto
Copy link
Collaborator Author

Sure. See 2ecc3ea.

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

No branches or pull requests

2 participants