From owner-freebsd-net@FreeBSD.ORG Thu Mar 8 13:51:07 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83417106566C for ; Thu, 8 Mar 2012 13:51:07 +0000 (UTC) (envelope-from zec@fer.hr) Received: from munja.zvne.fer.hr (munja.zvne.fer.hr [161.53.66.248]) by mx1.freebsd.org (Postfix) with ESMTP id 116F88FC0C for ; Thu, 8 Mar 2012 13:51:06 +0000 (UTC) Received: from sluga.fer.hr ([161.53.66.244]) by munja.zvne.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Thu, 8 Mar 2012 14:38:54 +0100 Received: from localhost ([161.53.19.8]) by sluga.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Thu, 8 Mar 2012 14:38:54 +0100 From: Marko Zec To: freebsd-net@freebsd.org Date: Thu, 8 Mar 2012 14:38:19 +0100 User-Agent: KMail/1.9.10 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201203081438.19995.zec@fer.hr> X-OriginalArrivalTime: 08 Mar 2012 13:38:54.0278 (UTC) FILETIME=[CDF89660:01CCFD30] Cc: Teja K Subject: Re: gsoc 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: Thu, 08 Mar 2012 13:51:07 -0000 On Thursday 08 March 2012 13:51:47 Teja K wrote: > hi i am teja,student.i am good in c, operating system internals and network > programming. i am trying to develop a protocol by synchronizing between raw > sockets and libpcap library. > i have an idea of developing a transport layer protocol that could provide > a secure communication between 2 systems where the data need not be > encripted(avoid overhead) and with small payload.i am working on this by > creating a private protocol which can only be detected by source and > destination systems. can i do it as a gsoc project .i need some advice can > anyone help me? thankyou Have you thrown a look at tcpcrypt.org which has roughly the same goal, and already has a working userland implementation? Maybe you could get some idea on how this could be done by dissecting and / or reusing portions of their code? Or perhaps porting tcpcrypt to fbsd kernel may be a good candidate for a gsoc project? Marko