Gleb Smirnoff 1928437497 Fix several races between socket closure and node/hook
destruction:
  - Backout 1.62, since it doesn't fix all possible
    problems.
  - Upon node creation, put an additional reference on node.
  - Add a mutex and refcounter to struct ngsock. Netgraph node,
    control socket and data socket all count as references.
  - Introduce ng_socket_free_priv() which removes one reference
    from ngsock, and frees it when all references has gone.
  - No direct pointers between pcbs and node, all pointing
    is done via struct ngsock and protected with mutex.
2005-11-02 15:34:42 +00:00
..
2005-02-12 18:10:26 +00:00
2005-04-15 10:14:00 +00:00
2005-08-02 20:05:37 +00:00
2005-02-10 02:43:26 +00:00
2005-09-19 11:49:54 +00:00
2005-02-06 19:24:59 +00:00