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

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Fri Dec 14 00:35:07 PST 2007


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.


More information about the cvs-all mailing list