Re: [sr-dev] [kamailio/kamailio] rtpengine: setting tos value for the control commands (#1442)

2018-02-20 Thread Richard Fuchs
Merged #1442. -- 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/1442#event-1482930527___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] rtpengine: setting tos value for the control commands (#1442)

2018-02-20 Thread hdikme
hdikme commented on this pull request. > @@ -1675,6 +1677,20 @@ static int build_rtpp_socks() { LM_WARN("Failed enable set MTU discovery socket option\n"); #endif + if((0 <= control_cmd_tos) && (control_cmd_tos < 256)) { +

Re: [sr-dev] [kamailio/kamailio] rtpengine: setting tos value for the control commands (#1442)

2018-02-19 Thread Richard Fuchs
rfuchs commented on this pull request. > @@ -1675,6 +1677,20 @@ static int build_rtpp_socks() { LM_WARN("Failed enable set MTU discovery socket option\n"); #endif + if((0 <= control_cmd_tos) && (control_cmd_tos < 256)) { +

Re: [sr-dev] [kamailio/kamailio] rtpengine: setting tos value for the control commands (#1442)

2018-02-19 Thread hdikme
hdikme commented on this pull request. > @@ -1675,6 +1677,19 @@ static int build_rtpp_socks() { LM_WARN("Failed enable set MTU discovery socket option\n"); #endif + if((0 <= control_cmd_tos) && (control_cmd_tos < 256)) { +

Re: [sr-dev] [kamailio/kamailio] rtpengine: setting tos value for the control commands (#1442)

2018-02-16 Thread Richard Fuchs
rfuchs commented on this pull request. > @@ -1675,6 +1677,19 @@ static int build_rtpp_socks() { LM_WARN("Failed enable set MTU discovery socket option\n"); #endif + if((0 <= control_cmd_tos) && (control_cmd_tos < 256)) { +

[sr-dev] [kamailio/kamailio] rtpengine: setting tos value for the control commands (#1442)

2018-02-15 Thread hdikme
- A parameter "control_cmd_tos" has been created in order to set the type of service for the control channel. Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils,