Kong Ingress Controller: configuration of proxy session timeout

Hi,

I’m using the Kong Ingress Controller to proxy UDP traffic to an upstream service. Two successive requests from the same client within a period of 60 seconds are forwarded to the upstream service using the same src port. The src port changes if the client stays idle for more than 60 seconds. Is there a way to extend the session?

Thanks in advance.