November 3, 2022

BSD TCP/IP for Kyu - general TODO list

I started this back in early November when I never dreamed it would be another 2 months before I was wrapping this up.
-- Revisit files, consider cleanup and reorganization
-- get rid of tcp_debug.c/h that I never use
-- merge all the mbuf files
-- move allocators from mbuf.c to kyu_main.c
-- move all API code to kyu_api.c (see socket_io.c)
-- merge kyu_subs.c into kyu_main.c
-- review the mass of commented out debug stuff
-- move general stuff from test.c to kyu_main.c
-- distribute, cleanup tcp_usrreq.c
--
-- make an object to encapsulate ALL mbuf interfaces
-- replace mbufs with something "nicer"


Have any comments? Questions? Drop me a line!

Kyu / [email protected]