Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-24 Thread BroWater
ARM Linux, registrations are over udp or tcp, and WITH_ANTIFLOOD is defined. No other modules related to traffic limit are used. --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-17 Thread Daniel-Constantin Mierla
It is intended to have the udp workers waiting in recvfrom(). It is the kernel that passes the UDP messages when there is something received from the network and the application will get it via recvfrom(). If Kamailio stays in recvfrom() it means the kernel is not passing anything to it. What

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-16 Thread BroWater
Reopened #510. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/510#event-552981829___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-16 Thread BroWater
Closed #510. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/510#event-552981647___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-16 Thread BroWater
About recvfrom part I think I got the answer from https://www.cs.cmu.edu/~srini/15-441/F01.full/www/assignments/P2/htmlsim_split/node12.html > "...In an actual UNIX system, socket descriptors are set to be non-blocking > using fcntl() with type O_NONBLOCK, and Recvfrom() returns errno

Re: [sr-dev] [kamailio] [4.2.6] kamailio does not work when Recv-Q is high... (#510)

2016-02-16 Thread BroWater
About recvfrom part I think I got the answer from https://www.cs.cmu.edu/~srini/15-441/F01.full/www/assignments/P2/htmlsim_split/node12.html > "...In an actual UNIX system, socket descriptors are set to be non-blocking > using fcntl() with type O_NONBLOCK, and Recvfrom() returns errno