Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933516Ab1EXW3n (ORCPT ); Tue, 24 May 2011 18:29:43 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:42063 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757466Ab1EXW3m (ORCPT ); Tue, 24 May 2011 18:29:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NsAn2TFQEJ3IbuWskYbBHMcwqy9F5XJdcErlP8o3d7S9oG84IZYPRjvc11QInuoLvj L9o7LyvPTVTLv2WOaSqR2nd4excrAAz/kRgLGv44dAiTPR7RR59rk/sOQc76FwFc5FFQ WLcfvlx9b1oQdnamTn6SjcGEAsukjLjoqogTc= MIME-Version: 1.0 Date: Tue, 24 May 2011 15:29:40 -0700 Message-ID: Subject: TCP session management From: Nauman Tahir To: Kernel Newbies , Linux Kernel Mailing List Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 665 Lines: 18 Hi I am interested in learning about highly practiced/recommended algorithms used for TCP session management in the stack. I am writing code for an embedded processor which needs to process TCP/IP flows and it does not have the stack. I am interested in implementing most efficient algorithm to maintain/lookup about 5 million full duplex TCP sessions. Any ideas, pointers would be greatly appreciated. Thanks Nauman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/