Is it possible to do PMTUD with NWUDPSession

Hi,


We are having some issues using NWUDPSession when fragmentation occurs. Is there any way to do PMTU using NWUDPSession.

As of now there is no public API to get underlying socket and even if we get it I do not thinkwe can set 'Don't Fragment' on socket in iOS/MacOS.

Any idea how can we do PMTUD on our own in this case or any other way to avoid fragmentatioin in this case?


Regards!