I'm working on a legacy application built with NDK 1.93. I'd like to send UDP packets larger than 1472 bytes and have the NDK take care of fragmenting them for me. In the release notes for NDK 1.93 one of the highlights is "UDP send size limit is now configurable", and under defects fixed "SDSCM00015481 - change UDP output to allow send datagrams up to 64K". That sounds like what I want, how do I configure the upper size limit? Is it a configuration call into the stack before starting, or change a constant and rebuild the NDK, or what? Thanks!
-- Carl