[OpenSIPS-Devel] [ opensips-Bugs-3594839 ] NATHELPER: too many natping processes

SourceForge.net noreply at sourceforge.net
Wed Dec 12 17:41:20 CET 2012


Bugs item #3594839, was opened at 2012-12-11 10:22
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3594839&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.8.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nick Altmann (nikbyte)
>Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: NATHELPER: too  many natping processes

Initial Comment:
Error in log:
ERROR:nathelper:mod_init: too many natping processes (8) max=8

I think line 469 of nathelper.c should be:
-if (natping_processes>=8) {
+if (natping_processes>8) {


----------------------------------------------------------------------

>Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2012-12-12 08:41

Message:
Fixed applied on trunk, 1.8 and 1.7

Thanks and regards,
Bogdan

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3594839&group_id=232389



More information about the Devel mailing list