I have an issu with my device when I connect by TCP sockets, because the client send the MSS in the SYN connection and the server (my device) is setting with the same MSS, but I don't want set this MSS in my device.
So how can I force setting this value in the MSS?
I tried setting the MTU value with the setsockopt function with the IP_DONTFRAG