A client opens a UDP connection to my server , after some time (10 minutes-24 hours) the server needs to send data back to the client but it finds that the UDP port of the client is closed !.
After testing , we found that the client still have the UDP port open , but the router (nat) closed the port probably for inactivity !
is there any way to force the router to keep the UDP port open without sending keep-alive packets ? (server or client side) .
is there anything like that in ICMP ?
Thank you .