Commit 7d1402d
committed
feat: Add seqpacket support
Modify the multiplexer and vsock backend to be able to
handle vsock seqpacket connections based on the passed config parameter.
This parameter needs to also be passed to the API endpoint
during vsock operations.
The implementation's idea is making VsockConnection use an enum
called ConnBackend as its backend. This enum can be a
UnixStream or a SeqpacketConn
Signed-off-by: aerosouund <[email protected]>1 parent 395a0ee commit 7d1402d
File tree
29 files changed
+672
-149
lines changed- src
- firecracker
- src/api_server/request
- swagger
- vmm
- src
- device_manager
- devices/virtio
- vsock
- csm
- unix
- vmm_config
- tests
- tests
- framework
- integration_tests
- functional
- performance
29 files changed
+672
-149
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments