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. _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"