File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments