Eric Scheibler, le dim. 08 févr. 2026 10:28:26 +0100, a ecrit: > Samuel Thibault <[email protected]> schrieb am 06.02.2026, 20:57 > +0100: > > There is currently a limit in the brlapi parameters content, related to > > the maximum packet size in the protocol, currently set to 4096. > > > > Is that the limit you are encountering? (that's two full screens of > > text...) > > Yes, that sounds right. Is there a reason to limit it here?
It makes the implementation much simpler by putting a not-too-large limitation that allows to allocate buffers statically and such. Lifting that limitation can raise a lot of questions. If we just raise the limit, how much would that be? One megabyte? We cannot really raise the limit blindly as that has consequences on brltty/brlapi buffers. Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
