[EMAIL PROTECTED] wrote: > From: "Caitlin Bestler" <[EMAIL PROTECTED]> > Date: Wed, 26 Apr 2006 15:53:44 -0700 > >> The netchannel qualifiers should only deal with TCP packets for >> established connections. Listens would continue to be dealt with by >> the existing stack logic, vj_channelizing only occurring when the the >> connection was accepted. > > I consider netchannel support for listening TCP sockets to be > absolutely essential. -
Meaning that inbound SYNs would be placed in a net channel for processing by a Consumer at the other end of the ring? If so the rules filtering SYNs would have to be applied either before it went into the ring, or when the consumer end takes them out. The latter makes more sense to me, because the rules about what remote hosts can initiate a connection request to a given TCP port can be fairly complex for a variety of legitimate reasons. Would it be reasonable to state that a net channel carrying SYNs should not be set up when the consumer is a user mode process? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html