[sr-dev] [kamailio/kamailio] Interface selection for multicast listen socket (#813)

Daniel-Constantin Mierla notifications at github.com
Wed Oct 5 17:32:23 CEST 2016


You are welcome to work and propose a patch (pull request), definitely it will be considered and merged if doesn't break other things -- I think this extra option is useful.

As an alternative to the idea of having a parameter before the listen like with the workers, could be specified inline like the alias, eg:

```
listen=proto:addr:port alias addrx:portx mcast xyz
```

Anyhow, whatever you prefer, it's fine.

Eventually, in the future (if nobody wants to do it right now) we can consider adding another structure-like to group the attributes for a socket and make it more clear where they are applied (so the order doesn't matter that much anymore), something like:

```
socket {
   listen=proto:addr:port alias addrx:portx
   workers=4
   mcast=xyz
}
```

-- 
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/issues/813#issuecomment-251710165
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20161005/b9a5cd93/attachment-0001.html>


More information about the sr-dev mailing list