Proposed patch
Status: Beta
Brought to you by:
cap
I wrote this patch against libcapsinetwork 0.2.5
I'm unable to contact cap@users.sourceforge.net, so I
post it there.
This patch change the following :
- Add a namespace to the library (CapsiNetwork)
- Remove the global function socketHandler and add a
virtual class Action you have to inherit from to act on
network inputs.
- Add the possibility to bind only on 1 interface.
- Add the possibility to specify the timeout for the
do_select method.
The patch itself.