All of lore.kernel.org
 help / color / mirror / Atom feed
* TCP conntrack queries
@ 2004-03-22  5:04 Kiran Kumar
  2004-03-22 10:21 ` Pablo Neira
  0 siblings, 1 reply; 2+ messages in thread
From: Kiran Kumar @ 2004-03-22  5:04 UTC (permalink / raw)
  To: netfilter-devel

Hi,
  As I went through ip_conntrack_proto_tcp.c, I had
these couple of queries.

- Why is there a distinction b/w states NONE and
CLOSED?

- The array of timeouts has been replaced (as I get
from the diff b/w my RH9 kernel sources and 2.6
sources) by an array of pointers to variables. Why was
this done?

=====
Regards,
Kiran Kumar Immidi

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: TCP conntrack queries
  2004-03-22  5:04 TCP conntrack queries Kiran Kumar
@ 2004-03-22 10:21 ` Pablo Neira
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira @ 2004-03-22 10:21 UTC (permalink / raw)
  To: Kiran Kumar, netfilter-devel

Hi!

Kiran Kumar wrote:

>Hi,
>  As I went through ip_conntrack_proto_tcp.c, I had
>these couple of queries.
>
>- Why is there a distinction b/w states NONE and
>CLOSED?
>  
>
None is the initial state where every connection starts when a conntrack 
is created and Close is when closed connection (I know, quite obvious!).

Anyway have a look at tcp-window-tracking patch because Jozsef spent its 
time well-documenting all the possible transitions to let us understand :).

>- The array of timeouts has been replaced (as I get
>from the diff b/w my RH9 kernel sources and 2.6
>sources) by an array of pointers to variables. Why was
>this done?
>  
>
because now you can set your own timeouts via sysctl.

regards,
Pablo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-22 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-22  5:04 TCP conntrack queries Kiran Kumar
2004-03-22 10:21 ` Pablo Neira

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.