File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ This document assumes the reader is familiar with running Firecracker and
1313issuing API commands over its API socket. For a more details on how to run
1414Firecracker, check out the [ getting started guide] ( getting-started.md ) .
1515
16- Familiarty with socket programming, in particular Unix sockets, is also
16+ Familiarity with socket programming, in particular Unix sockets, is also
1717assumed.
1818
1919## Firecracker Virtio-vsock Design
2020
2121The Firecracker vsock device aims to provide full virtio-vsock support to
2222software running inside the guest VM, while bypassing vhost kernel code on the
2323host. To that end, Firecracker implements the virtio-vsock device model, and
24- mediate communication between AF_UNIX sockets (on the host end) and AF_VSOCK
24+ mediates communication between AF_UNIX sockets (on the host end) and AF_VSOCK
2525sockets (on the guest end).
2626
2727In order to provide channel multiplexing, AF_VSOCK ports are translated into
You can’t perform that action at this time.
0 commit comments