From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44F4552D.9080108@asgaard.homelinux.org> Date: Tue, 29 Aug 2006 16:54:37 +0200 From: =?ISO-8859-1?Q?=22Nils_O=2E_Sel=E5sdal=22?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] linux il/ip References: <000601c6cb2a$2a9f3660$14aaa8c0@utelsystems.local> <44F3E107.7040101@Utel.no> <126a2f7d0608290315m30b1a6fei572ed7c2a83185cf@mail.gmail.com> In-Reply-To: <126a2f7d0608290315m30b1a6fei572ed7c2a83185cf@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a9c7cea4-ead1-11e9-9d60-3106f5b1d025 Sergey Zhilkin wrote: > case Tcpproto: > tcprecv(mb, ifc); > break; > > > >From /sys/src/fs/ip/ip.c .... > > And where it is now ? It's in icmp.c void tcprecv(Msgbuf *mb, Ifc*) { mbfree(mb); } Not very useful for doing tcp. It ought to respond with an icmp packet saying protocol not supported btw :^)