Thanks. but the source code is:

if (clients.containsKey(addr.getAddress().getHostAddress())) {
}

On Wed, Apr 23, 2008 at 10:09 PM, Cem Uzunlar <[EMAIL PROTECTED]> wrote:

> I think Remote Address also includes the port number. People connecting
> from
> the same company will have the same IP but different port numbers assigned
> by NAT so they will be treated as different addresses.
>
> 2008/4/23 Steve Johns <[EMAIL PROTECTED]>:
>
> > Since ConnectionThrottleFilter uses session.getRemoteAddress() to
> identify
> > the remote peer, could it be a problem when lots of users in a company
> > using
> > a same public IP? If they connect at the "same time".
> > ConnectionThrottleFilter will block some of them. Right?
> >
>

Reply via email to