From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 27 11:14:21 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02AC716A4E0 for ; Thu, 27 Jul 2006 11:14:21 +0000 (UTC) (envelope-from shriek.007@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D71E43D4C for ; Thu, 27 Jul 2006 11:14:19 +0000 (GMT) (envelope-from shriek.007@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so213907uge for ; Thu, 27 Jul 2006 04:14:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=N6vGKxKBO+OGvTd24Mr3bQcHuCnsL951+zj1qDRI6D9ECBWKcFUJuVX+9Lo9l3P9HBBQN4TTTQVxKIzHMDPPQnPGbBdSsGk849aWA7+PQ5VeOhjwgDfQ2ifDD65v7/EvDKmB2o+6YhOkpd72Rqih2WTNFYiKk+rg0Fv7V5RYGjM= Received: by 10.78.164.13 with SMTP id m13mr3740432hue; Thu, 27 Jul 2006 04:14:18 -0700 (PDT) Received: by 10.78.118.14 with HTTP; Thu, 27 Jul 2006 04:14:18 -0700 (PDT) Message-ID: <3ce33f6c0607270414q4ea723f6k93959e316853bc85@mail.gmail.com> Date: Thu, 27 Jul 2006 16:44:18 +0530 From: Shriek To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Need some articles on routing sockets in FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 11:14:21 -0000 I need to understand the usage and to some level details of the routing sockets (internals may not be the exact word but still ... :-] ) .... there is this scenario of this multiple daemons that are communicating using *rt_sock *and need to trace the communication that is happening ... for this I need to know rt_sock ... are there any articles on Routing Sockets ... and their usage / internals ....