2025-02-05 01:50 AM
Hello,
i am using ThreadX and NetXduo for an ethernet applikation.
For this i need several tcp connections, all with reduced mss to about 900bytes. So i configured each socket with the nx_tcp_socket_mss_set(...) function after socketCreate, as it is supposed i guess.
So far so good, all things are working, also with reduced packet size in nx-pools.
But to the question, i also need webserver running, and therefor it is also necessary to reduce the mss, not to overshot the packetpool-size. How is this done, for the webserver sockets, as they can't be accesses through usercode.
Is it supposed to change the default mss in nx_tcp.h, as this is part of the library. I can't find any other "user" option to change mss for webserver-sockets, as to change the library-code.
is there anything else?
best regards