From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 31 May 2001 07:52:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 31 May 2001 07:52:06 -0400 Received: from [194.252.70.162] ([194.252.70.162]:61200 "EHLO zmailer.org") by vger.kernel.org with ESMTP id ; Thu, 31 May 2001 07:52:00 -0400 Date: Thu, 31 May 2001 14:48:54 +0300 From: Matti Aarnio To: Angela Picariello Cc: linux-kernel@vger.kernel.org Subject: Re: UDP server in Kernel mode Message-ID: <20010531144854.D5947@mea-ext.zmailer.org> In-Reply-To: <3B160D84.76417D29@cipro.dia.unisa.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3B160D84.76417D29@cipro.dia.unisa.it>; from angpic@cipro.dia.unisa.it on Thu, May 31, 2001 at 11:23:16AM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 31, 2001 at 11:23:16AM +0200, Angela Picariello wrote: > Subject: UDP SERVER IN KERNEL MODE Not with ALL CAPS, please - that is considered equivalent of shouting.. > Hi all, > > I'm implementing a server udp in kernel mode. > I've many difficult to find an example. > > I've kernel version 2.2.16. A UDP server ? The nfs server is such. See the kernel sources in fs/nfsd/ I do presume you understand how to get kernel sources, unpack them, and be in correct directory to find this sub-sub directory ? > (Anyway I accept every suggest). > Can you help me? /Matti Aarnio