Skip to content

Commit 1005d99

Browse files
committed
chore: Add changelog entry
- Added to the unreleased section Signed-off-by: aerosouund <aerosound161@gmail.com>
1 parent ff7eedb commit 1005d99

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ and this project adheres to
1010

1111
### Added
1212

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+
- [#5595](https://github.com/firecracker-microvm/firecracker/pull/5595): Added
17+
`conn_buffer_size` field to denote how many bytes we can internally buffer
18+
during receiving large seqpacket packets from the host.
1319
- [#5323](https://github.com/firecracker-microvm/firecracker/pull/5323): Add
1420
support for Vsock Unix domain socket path overriding on snapshot restore. More
1521
information can be found in the

0 commit comments

Comments
 (0)