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

Add "system socket" API #154

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Add "system socket" API #154

merged 2 commits into from
Aug 13, 2023

Conversation

lthibault
Copy link
Collaborator

Stacked on #153.

This PR introduces the "system socket". Both system/ and guest/system export dialer types. These types return an *rpc.Conn to the remote side of the host/guest boundary. For example: calling guest/system.FDSockDialer from the guest will return a connection to the host.

I think I want to start exploring alternatives to TCP sockets, so once this gets merged in, I think things will generally be more stable on your end.

@lthibault lthibault requested a review from mikelsr August 13, 2023 20:27
@lthibault lthibault added enhancement New feature or request cleanup Code-quality improvements labels Aug 13, 2023
@lthibault lthibault added this to the v0.1.0 milestone Aug 13, 2023
@mikelsr mikelsr merged commit 214ad5e into v0.1.0 Aug 13, 2023
@mikelsr mikelsr deleted the feat/system-sock-exports branch August 13, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code-quality improvements enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants