You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Write the backend functions for
musl
that deal with networking; I believe they'll all need to start withsyscall_SYS_
orsocketcall
. 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.
The text was updated successfully, but these errors were encountered: