Skip to content

Commit 7fc91ee

Browse files
committed
chore: add conn_buffer_size to swagger and readme
- make the field documented in the api and the readme Signed-off-by: aerosouund <aerosound161@gmail.com>
1 parent 97710f0 commit 7fc91ee

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

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

110110
### Changed
111111

112+
- [#5595](https://github.com/firecracker-microvm/firecracker/pull/5595): Added
113+
`vsock_type` field to the vsock device API to denote the type of the
114+
underlying socket. Can be `stream` or `seqpacket`
115+
- [#5595](https://github.com/firecracker-microvm/firecracker/pull/5595): Added
116+
`conn_buffer_size` field to denote how many bytes we can internally buffer
117+
during receiving large seqpacket packets from the host.
112118
- [#5564](https://github.com/firecracker-microvm/firecracker/pull/5564): which
113119
added support for VMClock, uses one extra GSI for the VMClock device itself
114120
which reduces the available GSIs for VirtIO devices. New maximum values is 92

src/firecracker/swagger/firecracker.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,6 +1865,10 @@ definitions:
18651865
- stream
18661866
- seqpacket
18671867
default: stream
1868+
conn_buffer_size:
1869+
type: integer
1870+
description:
1871+
The amount in bytes that can be buffered in firecracker during sends.
18681872
vsock_id:
18691873
type: string
18701874
description:

0 commit comments

Comments
 (0)