* connection tracking and keepalive
@ 2003-01-15 11:37 SB CH
2003-01-15 12:44 ` Filip Sneppe
0 siblings, 1 reply; 2+ messages in thread
From: SB CH @ 2003-01-15 11:37 UTC (permalink / raw)
To: netfilter
Hello,
Does connection tracking has a relation with the keepalive config at
httpd.conf?
I know that when one configured keepalive into off at http server, then 3
way handshake generated as the hits number.
But keepalive is on, 3 way handshake generated a bit little.
I would like that connection tracking has a relation with keepalive or not?
and how much memory size is required to execute connection tracking ?
Thanks in advance.
_________________________________________________________________
MSN Messenger를 통해 온라인상에 있는 친구와 대화를 나누세요.
http://messenger.msn.co.kr
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: connection tracking and keepalive
2003-01-15 11:37 connection tracking and keepalive SB CH
@ 2003-01-15 12:44 ` Filip Sneppe
0 siblings, 0 replies; 2+ messages in thread
From: Filip Sneppe @ 2003-01-15 12:44 UTC (permalink / raw)
To: SB CH; +Cc: netfilter
Hi,
On Wed, 2003-01-15 at 12:37, SB CH wrote:
> Hello,
>
> Does connection tracking has a relation with the keepalive config at
> httpd.conf?
No, not really.
>
> I would like that connection tracking has a relation with keepalive or not?
Connection tracking is more related to TCP states. Obviously with
keepalives off, every request requires a new TCP connection, so
indirectly they are related through the TCP states.
> and how much memory size is required to execute connection tracking ?
384 bytes per connection (may be slightly different depending on
your kernelversion - see /proc/slabinfo, ip_conntrack entry) +
a couple of bytes per hash (I think 8 bytes) * hashsize (determined
when ip_conntrack is loaded)
Regards,
Filip
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-15 12:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-15 11:37 connection tracking and keepalive SB CH
2003-01-15 12:44 ` Filip Sneppe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.