Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Implement POSIX network redirects #109

Open
acw opened this issue Apr 2, 2017 · 0 comments
Open

Implement POSIX network redirects #109

acw opened this issue Apr 2, 2017 · 0 comments
Labels
Milestone

Comments

@acw
Copy link
Contributor

acw commented Apr 2, 2017

Write the backend functions for musl that deal with networking; I believe they'll all need to start with syscall_SYS_ or socketcall. These should either (1) check for an implementation provided by the user via the base HaLVM libraries and dispatch to them if they exist, or (2) just dispatch into the HaLVM, because we're going to implement default behavior in Haskell, anyways.

I suspect that while version 2 is nicer, version 1 will be necessary to avoid infinite loops in the system.

@acw acw added the task label Apr 2, 2017
@acw acw added this to the HaLVM 3.0 milestone Apr 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant