Re: [PATCH] http remove max server limit
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 17.06.2009 um 12:38 schrieb Alejandro Guerrieri: > I mean, someone hitting the url at a high rate. this limit was never there and I think it's out of kannel scope. Use iptables/firewall etc. to limit it. > -- > Alejandro Guerrieri > [email protected] > > > > On 17/06/2009, at 12:26, Alexander Malysh wrote: > >> >> Am 17.06.2009 um 12:14 schrieb Alejandro Guerrieri: >> >>> What'd happen if someone hammers the port? Shouldn't be some sort >>> of limit anyway? >> >> how it should be possible to hammer server port? this is _server_ >> part and user has to configure >> http ports. >> >> >>> >>> >>> + if (n == 0 ||gwlist_len(new_server_sockets) > 0) { >>> >>> misssing a space on "||gwlist_len" >> >> fixed, thanks ;) >> >>> >>> >>> Regards, >>> -- >>> Alejandro Guerrieri >>> [email protected] >>> >>> >>> >>> On 17/06/2009, at 12:07, Alexander Malysh wrote: >>> >>>> Hi, >>>> >>>> attached patch removes max server limit from http server >>>> implementation. >>>> >>>> Any objections against commiting to CVS? >>>> >>>> Thanks, >>>> Alex >>>> <http-max-server.diff> >>> >> >