K 10 svn:author V 8 lstewart K 8 svn:date V 27 2009-07-01T17:06:56.268784Z K 7 svn:log V 444 - Complete the cwnd_init -> conn_init hook function transition. - Hide newreno hook functions from global namespace and access functions through the newreno_cc_algo struct. Unfortunately, we can no longer use C99 initializers to do all the hook function assignments as a result of this change, so do the remainder in the mod_init hook. - Remove the no longer required htcp_after_idle, newreno_cb_init and newreno_conn_init functions. END