As previously discussed on the transport lists and call, here is a first cut
at modularizing the TCP stack. The functions still do not
include
tcp_input
or
pru_usrreq
Most all other functions are accounted for however (enough that we can try some different TCP functionality without
impact to the main TCP code).