From owner-freebsd-hackers@freebsd.org Fri Oct 2 04:24:46 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06247A0E8E7; Fri, 2 Oct 2015 04:24:46 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D495D1100; Fri, 2 Oct 2015 04:24:45 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-232-234.lns20.per1.internode.on.net [121.45.232.234]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id t924OXfk056783 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 1 Oct 2015 21:24:36 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: LibCURL in Kernel To: Rakshith Venkatesh , freebsd-fs@freebsd.org, freebsd-hackers@freebsd.org References: From: Julian Elischer Message-ID: <560E06FA.3020702@freebsd.org> Date: Fri, 2 Oct 2015 12:24:26 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 04:24:46 -0000 On 10/2/15 12:29 AM, Rakshith Venkatesh wrote: > Hi, > > I wanted to know if there is any library which does the job of libCURL in > FreeBSD kernel. I know libCURL is a user-space library but was looking for > something similar in kernel. Porting is one option but i think it surely > will not be a straight forward thing. > > Any leads on the above query would be great! there was work to write an http daemon using netgraph.. I know that's the opposite side of the same transfer but it does poitn to how it could be done. All the hooks are in place to allow one to write a netgraph node that can attach to netgraph socket nodes. what you would do with the data when you get it is a different thing.. tell us a bit more about your requirements. > > > Thanks, > > Rakshith > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >