Preliminary restructuring layout (was Re: sys/ tree re-structuring proposal)
Matthew Dillon
dillon at apollo.backplane.com
Wed Aug 6 14:25:40 PDT 2003
:...
:> ./kern
:> ./libkern
:> ./libkern/alpha
:> ./net
:> ./netgraph
:
:net/proto/inet
:net/proto/inet6
How about:
netproto/ip4 (move ip_* from netinet)
netproto/tcp4 (move tcp_* from netinet)
netproto/udp4 (move tcp_* from netinet)
netproto/igmp4 (move igmp* from netinet)
netproto/ip6 ...
netproto/tcp6 ...
netproto/udp6 ...
netproto/esp6 ...
netproto/nd6 ...
netproto/ipsec6
I think this fits well with everything else in netproto. I
should just do it all now rather then split the major
surgery up into multiple stages.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Kernel
mailing list