
Jimmy, Correction: When I type "/set throttle" It responds with "No such variable." It otherwise seems to be working just fine. I just need to be sure throttling is effectively disabled though before going live with the new chat server. Thanks, Brett Hunter - (808) 474-2471 COMPACFLT N631 - C2 LAN Administrator SPAWAR Systems Center Pacific Code H53D1 NIPR: brett.hunter@navy.mil SIPR: brett.hunter@navy.smil.mil -----Original Message----- From: Hunter, Brett E CIV COMPACFLT, N63 Sent: Monday, September 11, 2017 7:46 PM To: 'Jimmy Hess' Cc: 'dalnet-src@dal.net'; 'bhunter@hawaii.rr.com' Subject: RE: [Non-DoD Source] Re: [DALnet-src] Help disabling throttling Jimmy, I ran into another problem that I was hoping you might be able to assist me with. I recompiled the software onto a new operating system version (using RHEL 7 whereas previously I used RHEL 6). I noticed that when I do the command "/set throttle" I no longer see the variable settings. It just says "no variable name". I compared the config.h and setup.h files and the cksum matches exactly with what I used previously to compile the software. Would changing the operating system RHEL 7 cause the software to disable throttling? What are your thoughts on this? Any assistance you can provide will be greatly appreciated. Thanks, Brett Hunter - (808) 474-2471 COMPACFLT N631 - C2 LAN Administrator SPAWAR Systems Center Pacific Code H53D1 NIPR: brett.hunter@navy.mil SIPR: brett.hunter@navy.smil.mil -----Original Message----- From: Hunter, Brett E CIV COMPACFLT, N63 Sent: Thursday, August 31, 2017 4:20 PM To: 'Jimmy Hess' Cc: dalnet-src@dal.net; bhunter@hawaii.rr.com Subject: RE: [Non-DoD Source] Re: [DALnet-src] Help disabling throttling Jimmy, Thank you for the reply. I ended up doing that essentially. I changed the default variable settings for throttling to be as tolerant as possible and then recompiled it. It hasn't been a problem since then. Thanks, Brett Hunter - (808) 474-2471 COMPACFLT N631 - C2 LAN Administrator SPAWAR Systems Center Pacific Code H53D1 NIPR: brett.hunter@navy.mil SIPR: brett.hunter@navy.smil.mil -----Original Message----- From: Jimmy Hess [mailto:mysidia@gmail.com] Sent: Sunday, August 27, 2017 3:29 AM To: Hunter, Brett E CIV COMPACFLT, N63 Cc: dalnet-src@dal.net; bhunter@hawaii.rr.com Subject: [Non-DoD Source] Re: [DALnet-src] Help disabling throttling On Thu, Jun 29, 2017 at 9:28 PM, Hunter, Brett E CIV COMPACFLT, N63 <brett.hunter@navy.mil> wrote: I wonder what the deal is with DALnet systems taking 60 days to deliver mailing list e-mails? This doesn't seem to be a one-off, either.
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 ?
Rather than attempting to "disable", I would suggest you tune THROTTLE_TRIGCOUNT by increasing the value to 100 or 1000 or a large enough number connections per second until throttling is no longer triggered.
Any assistance at all will be appreciated.
Brett -- -JH