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
VMs currently only work over the same host, so there isn't a reason to use TCP sockets over domain sockets. Domain sockets can have performance benefits over the current approach as there isn't any overhead of TCP as domain sockets already have ordered and reliable properties as they are implemented over files.
The text was updated successfully, but these errors were encountered:
The original plan that @StephenButtolph and I talked about was to use unix abstract sockets. The issue was lack of support from Rust.[1] There does seem to be a workaround which I will create an issue for in avalanche-rs to track.
This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.
VMs currently only work over the same host, so there isn't a reason to use TCP sockets over domain sockets. Domain sockets can have performance benefits over the current approach as there isn't any overhead of TCP as domain sockets already have ordered and reliable properties as they are implemented over files.
The text was updated successfully, but these errors were encountered: