Convert to libevent.
authorScott Lamb <slamb@slamb.org>
Tue, 27 Feb 2007 01:57:01 +0000 (01:57 +0000)
committerScott Lamb <slamb@slamb.org>
Tue, 27 Feb 2007 01:57:01 +0000 (01:57 +0000)
commit38c25d62c2bc76908bd95fb21c8f5e39ad269884
tree40688fae2eaecf23ad00e9c2c1d4d370e6be209f
parent834290b00f859412ee48bef454a07083cb727130
Convert to libevent.

This is a quick initial conversion that doesn't yet show much advantage:
- We roll our own timeouts.
- We roll our own signal handling.
- We build up the meta connection fd events on each loop rather than
  on state changes.
configure.in
src/connection.c
src/connection.h
src/net.c
src/net.h
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/tincd.c