CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/11/27 05:13:22
Modified files: sys/net : rtable.c Log message: Document that routing table heads are never freed as suggested by dlg@ and kill rtable_put() because we're not going to use it. The overhead of keeping a "struct art_root/radix_node_head" around is very small compared to the added complexity needed to reference count such structures.