Re: [PATCH] http remove max server limit
Alejandro Guerrieri <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
I mean, someone hitting the url at a high rate. -- 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> >> >