We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7eedb commit 1005d99Copy full SHA for 1005d99
1 file changed
CHANGELOG.md
@@ -10,6 +10,12 @@ and this project adheres to
10
11
### Added
12
13
+- [#5595](https://github.com/firecracker-microvm/firecracker/pull/5595): Added
14
+ `vsock_type` field to the vsock device API to denote the type of the
15
+ underlying socket. Can be `stream` or `seqpacket`
16
17
+ `conn_buffer_size` field to denote how many bytes we can internally buffer
18
+ during receiving large seqpacket packets from the host.
19
- [#5323](https://github.com/firecracker-microvm/firecracker/pull/5323): Add
20
support for Vsock Unix domain socket path overriding on snapshot restore. More
21
information can be found in the
0 commit comments