Connection events are handled by hooks
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Thu, 14 Sep 2006 15:17:28 +0000 (15:17 +0000)
committerThadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
Thu, 14 Sep 2006 15:17:28 +0000 (15:17 +0000)
commiteb4ec46de4d4e508d613b567db31383438b76af9
tree978039de63695d45f1b2d0d4f778645c9360fbe0
parentb3b752b220ab99d229dbfcd463861dfb9a172692
Connection events are handled by hooks

Every connection event (connect, close, read, write) is handled by a
hook, so we can plugin hooks for every protocol, including protocol
detection.
Makefile.am
improxy.c
nethook.h [new file with mode: 0644]
proto_detect.c [new file with mode: 0644]
proto_detect.h [new file with mode: 0644]