Ability to Configure Udp Buffer Size #2362
noahrose18
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Yes, we should break out those hard-coded allocations into a parameter of the configure function. That way users can set this should they need to. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On line 55 of fprime/Drv/Udp/UdpComponentImpl.cpp, there is a buffer that is allocated to a size of 1024 bytes. I am wondering if this could be pulled out and turned into a tunable parameter, so that I can for instance increase the size of this buffer without having to fork off of the fprime repo or autopatch everytime.
Beta Was this translation helpful? Give feedback.
All reactions