[sr-dev] [kamailio/kamailio] core: do not return connection if port does not match (#2307)

Daniel-Constantin Mierla notifications at github.com
Thu May 7 13:29:16 CEST 2020


I am not having access to AWS Fargate, so testing is not going to be easy.

If you say it helps, we can extend the use `tcp_connection_match` to have different layers of matching, but considering its value as flags.

So `tcp_connection_match=1` does like now (which is the first flag `1<<0`), then for matching the port along with connection id, the 2nd flag `1<<1` has to be set, `tcp_connection_match=3`.

The idea is to be able to set the behaviour via parameters, so what fixes in this case is not breaking for others not using same infrastructure.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2307#issuecomment-625197640
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200507/04af1312/attachment.html>


More information about the sr-dev mailing list