K 10 svn:author V 8 lstewart K 8 svn:date V 27 2009-07-01T13:30:01.328480Z K 7 svn:log V 608 Create a set of CC related hook function wrappers around the algorithm specific hook function calls. These wrappers provide a place to do various asserts and place code that is algorithm agnostic. There is scope to move more code into some of these wrappers than has been done so far. It may also be beneficial to optimise for the case where the system default algorithm is in use for the connection and there are no other algorithms available e.g. don't indirect through the tcpcb and call the default algorithm's function directly. Not sure what savings could be made if any, but probably worth exploring. END