From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 2 16:57:45 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E44E1106571E for ; Tue, 2 Jun 2009 16:57:45 +0000 (UTC) (envelope-from johndecot@yahoo.com) Received: from web55408.mail.re4.yahoo.com (web55408.mail.re4.yahoo.com [206.190.58.202]) by mx1.freebsd.org (Postfix) with SMTP id 9B6508FC24 for ; Tue, 2 Jun 2009 16:57:45 +0000 (UTC) (envelope-from johndecot@yahoo.com) Received: (qmail 23937 invoked by uid 60001); 2 Jun 2009 16:31:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1243960263; bh=h+MqRWNhRS0j2j/xknUpUbOME6p5rjmae6kjIK7Uigo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=3DEy6bebbVr8N7YIzuzgnzyQvV+SvUv9s0d7xOOeLmOAUPB1m2jPQX2jW5p1fjWddV+0YT8DyNbZGJ0OxGzN3Ei1mm/2L3WPjP5xQxvFQx2n6o9TQjlqKg7MhMIxNcvxN+W1QQulYlfm4rr9XPCMnxZ+ROmpK9WZ1JYsweD91t0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=wqW4oDImnG9zZseRSufwjkZMrWuKkbdQuwCUKTi+vgjATySIto+RBGq3HWjGM7gVy6c9ubtYR+9spvbuXHcKTSTXRDZx9A0qryMuXDY7B5zeP0vd6asJGTO/FBxLZpZGs3dJU9o4bEuctyKhPMRElWHwWkilmr19mhB2yvfFJe0=; Message-ID: <4058.23842.qm@web55408.mail.re4.yahoo.com> X-YMail-OSG: DCGQzwoVM1lgpwTEYEs4pZNzzTYGRzPbR_6tYECnuUEx6_q7.4gZ_gTqAEFHiiZ2B57ctMXOrzIhPK8wTqrLWPSmwjf6Ra.XlXcniry2BoKYlgxgW5OHHJ7tz1Vh0deMU33LMlvHlU72hgSt37UaJ8MOy3P8uMxGChtAInI.ppoETD1sKsDpcDvept3xRJ7_cCZt7CWUSnnEM5cy.ikejSv_FDnQ44XgTrBsUE4IMzZ75SbTyGfaZsF4FMG6vJZW3lg_S7oeF0E0fZ1qGHDpl7qakQU6xhH4_a894fXO4cGxUZD6VbMivWkRciiX2gJmfApF Received: from [116.90.230.237] by web55408.mail.re4.yahoo.com via HTTP; Tue, 02 Jun 2009 09:31:02 PDT X-Mailer: YahooMailClassic/5.3.9 YahooMailWebService/0.7.289.10 Date: Tue, 2 Jun 2009 09:31:02 -0700 (PDT) From: john decot To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: REgarding TOS support in Kernel 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: Tue, 02 Jun 2009 16:57:46 -0000 Hi, =A0 =A0=A0=A0=A0 I am intermediate user of freebsd. While building squid with z= ph support, I got error regarding TOS as follows: forward.cc: In member function 'void FwdState::dispatch()': forward.cc:978: error: 'SOL_IP' was not declared in this scope =0Aforward.cc:978: error: 'IP_RECVTOS' was not declared in this scope forward.cc:982: error: 'IP_PKTOPTIONS' was not declared in this scope *** Error code 1 =A0=A0 I have wrote to writer of zph and he suggest me to look for freebsd = equivalent socket options calls to retrieve/set the TOS value. I am confuse= d whether this will require kernel compile ? if yes what should we have to = enable in kernel conf file. =A0=A0=A0=A0=A0 I will appreciate any suggestion and thanks in advance. John =0A=0A=0A