On Sat, 2015-09-26 at 19:02 -0700, Tolga Ceylan wrote: > By keeping hiscore/matches as is, I'm trying to keep the hashing consistent. > Otherwise, this would behave similar to removing a listener which > drops connections.
Right, this problem will soon disappear when listener rewrite is complete. Only SYN packet will have to select a listener. Then when ACK packet comes, the SYN_RECV will be found in ehash table, and req->rsk_listener will be used to get the listener that was chosen at SYN time. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html