Hi,
We are running Bahamut 2.0.7 on our network and we have had issues with the throttling. Our servers are very busy and we have lots of users connecting from the same IP due to firewall NAT going on. Right now we have to set the throttle settings for our servers after each restart.
We would like to recompile Bahamut and disable throttling. I tried modifying the config.h file to change "#DEFINE THROTTLE_ENABLE" to "#UNDEF THROTTLE_ENABLE" and tried to recompile the software. However, I received errors during compilation such as:
***/src/m_webirc.c: 127: undefined reference to `throttle_check'
** /rc/m_webirc.c: 82 : undefined reference to `throttle_remove'
I was wonder what is best way to disable throttling ?
Any assistance at all will be appreciated.
Brett