Skip to content

Increase size of response message buffer#12

Open
towo wants to merge 1 commit into
dex4er:masterfrom
b1-systems:master
Open

Increase size of response message buffer#12
towo wants to merge 1 commit into
dex4er:masterfrom
b1-systems:master

Conversation

@towo

@towo towo commented Jan 9, 2023

Copy link
Copy Markdown

We were experiencing a lack of function due to an overly long 'output' element coupled with quite a few overlay mounts, which lead to the buffer not even containing the network section.

A simple doubling in buffer size fixes this problem, but since the container information can be arbitrarily long, this is just a jury-rigged fix.

My C isn't good enough to formulate a better plan for this (some kind of response paging, maybe even properly parsing the JSON?) and rewriting it as a search over all networks seems a bit overkill.

We were experiencing a lack of function due to an overly long 'output'
element coupled with quite a few overlay mounts, which lead to the
buffer not even containing the network section.

A simple doubling in buffer size fixes this problem, but since the
container information can be arbitrarily long, this is just a
jury-rigged fix.
@petski

petski commented Jan 24, 2024

Copy link
Copy Markdown

Duplicate of #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants