Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2007 08:32:30 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Kip Macy <kmacy@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/conf files src/sys/netinet tcp_ofld.c tcp_ofld.h tcp_var.h toedev.h src/sys/sys socket.h
Message-ID:  <20071214082858.D81630@maildrop.int.zabbadoz.net>
In-Reply-To: <b1fa29170712132026g3fb4f246nc038a4a3c4e0408d@mail.gmail.com>
References:  <200712122021.lBCKLdvt045540@repoman.freebsd.org>  <20071213223319.E81630@maildrop.int.zabbadoz.net> <4761BB7C.3010907@elischer.org> <b1fa29170712132026g3fb4f246nc038a4a3c4e0408d@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

On Thu, 13 Dec 2007, Kip Macy wrote:

Hi,

> I'm currently prefixing the dispatch functions that will be added to
> the actual tcp code with tcp_gen  gen == {generic, general}. I'm not
> attached to the name so if there is a consensus there I will change
> it.

I only skipped through so far and I don't know about the naming for
"gen". I should take a look at your other mails on the lists with
patches or p4 where those functions get into the tcp code.


I have found on bug, which also seems to be present in the CVS
version:

+#else
+
+static __inline int
+tcp_gen_connect(struct socket *so, struct sockaddr *nam)
+{

/*ADD*/ struct tcpcb *tp = sototcpcb(so);

+
+       return (tcp_output(tp));
+}



-- 
Bjoern A. Zeeb                                 bzeeb at Zabbadoz dot NeT
Software is harder than hardware  so better get it right the first time.


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071214082858.D81630>