From owner-freebsd-net@FreeBSD.ORG Sun Sep 17 18:40:03 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8038216A403 for ; Sun, 17 Sep 2006 18:40:03 +0000 (UTC) (envelope-from anton@abutsyk.sumy.ua) Received: from mail.etsplus.net (cable-tv.sumy.ua [193.110.17.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD70343D5A for ; Sun, 17 Sep 2006 18:40:02 +0000 (GMT) (envelope-from anton@abutsyk.sumy.ua) Received: (qmail 86390 invoked by uid 0); 17 Sep 2006 18:40:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mail.etsplus.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=disabled Received: from unknown (HELO ?10.0.161.118?) (10.0.161.118) by 0 with (DHE-RSA-AES256-SHA encrypted) SMTP; 17 Sep 2006 18:40:00 -0000 Message-ID: <450D9680.2020700@abutsyk.sumy.ua> Date: Sun, 17 Sep 2006 21:40:00 +0300 From: Anton Butsyk User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: kevent/kqueue http socks proxy X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 18:40:03 -0000 Hi list. I've found bsdproxy using kevent/kqueue(2) system calls. Is there any http/https and/or socks proxy using this mechanism? Thanks